[AngularJS] Re: I have an app template that needs page-title parameter, but how?

2015-04-16 Thread Frank Tudor
Thanks I will give this a shot... Frank On Thursday, April 16, 2015 at 12:05:56 AM UTC-5, Luke Kende wrote: Just as plain-ol-javascript would use window.document.title... angular has a safe reference to $window $window.document.title Just inject it into your controller to use it.

[AngularJS] Re: I have an app template that needs page-title parameter, but how?

2015-04-15 Thread Luke Kende
Just as plain-ol-javascript would use window.document.title... angular has a safe reference to $window $window.document.title Just inject it into your controller to use it. BUT... you're example looks like a different question. You just need to keep up with a reference to the current nav's