angular-ui-router-title icon indicating copy to clipboard operation
angular-ui-router-title copied to clipboard

AngularJS module for updating browser title/history based on the current ui-router state.

Results 4 angular-ui-router-title issues
Sort by recently updated
recently updated
newest added

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...