angularjs-viewhead
angularjs-viewhead copied to clipboard
Change the HTML title and head elements on a per-view basis
Can we document using: `` from a template in addition to the documentation for ``? It seems `` only works when the `ng-app` directive is on the `` element which...
I am using angular-ui/ui-router (https://github.com/angular-ui/ui-router). The 'destroy' action of the directive occurs prior to ui-router registering the name in the history stack. Therefore, you cannot see the titles in this...
When doing a page change in `ui-router`, the `scope.on('$destroy')` is called after the new view title directive has been initialized, resulting that there is no view title present.
Hello, I apologize for creating an issue for this, but I couldn't figure out another way to contact you. I see in the example a dynamic og metatag, but I...
Every main view of my application has a view-title, but some have to wait for an AJAX call to come back For example "UserX - myApp" when I go to...
Can I use the view head like this?
I've made some changes to your repo to: 1. make it more efficient readable (enforcing best practices, as shown here: https://github.com/johnpapa/angular-styleguide), 2. allow it to be minified without being broken...
please provide a minified version