Dynamic meta tags in your AngularJS single page application
Install via NPM:
npm install ngMeta --save
Install via Bower:
bower install ngMeta --save
Add it as a dependency of your module.
angular.module('YourApp',['ngMeta']);
##MIT Licence Vinay Gopinath