angular-location-decorator
v1.0.1
Published
A $location decorator that modifies method path to log when it is used
Downloads
8
Maintainers
Readme
angular-location-decorator
A $location decorator that modifies method path to log when $location.path is used.
Really useful to debug those pesky redirects that you don't know what causes them.
Better when used with Log Decorator
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install angular-location-decorator --save
Tests
npm install
npm test
Dev Dependencies
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-google: ESLint shareable config for the Google style
License
MIT
Generated by package-json-to-readme