angular-ui-router-title
angular-ui-router-title copied to clipboard
AngularJS module for updating browser title/history based on the current ui-router state.
There are a few tweaks that were needed to make this compatible with ui-router version 1.0+. The `$transitions` module is now used to monitor state changes, and some of the...
There is no licence file attached to this repo.
This badge will show the library latest version on CDNJS!
I was using the ngAnnotate and uglifyjs in my project. When I introduced the sample code into my file, it breaked the page after build. ``` $titleProvider.documentTitle(function($rootScope) { return $rootScope.$title...