vojtajina / helpdesk-client

Helpdesk application - simple JS client, written in angularjs, working with REST service
www.angularjs.org
59 stars 23 forks source link

Remove {{title}} before angular bootstrap #1

Closed vojtajina closed 13 years ago

vojtajina commented 13 years ago

As you can see, there is HelpDesk :: {{title}} when the page is loaded, before angular compiles the DOM. We don't want to display this template. Let's say it should be just HelpDesk and when compiled: HelpDesk :: Intro

Probably the best solution would be using http://docs.angularjs.org/#!/api/angular.directive.ng:bind-template