├── .gitignore ├── README.md ├── angular-seo-header.js ├── bower.json └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w11k/w11k-angular-seo-header/HEAD/README.md -------------------------------------------------------------------------------- /angular-seo-header.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w11k/w11k-angular-seo-header/HEAD/angular-seo-header.js -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w11k/w11k-angular-seo-header/HEAD/bower.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w11k/w11k-angular-seo-header/HEAD/package.json --------------------------------------------------------------------------------