A bunch of utils for AngularJS 1.6.x
- "angular": "1.6.x"
- "ngstorage": "^0.3.11"
- Bower (
bower install angular-2lyk-utils --save
)
Make sure the angular-2lyk-utils.min.js
file is inserted after the angular.js
script:
<script src="angular.js"></script>
<script src="ngStorage.min.js"></script>
<script src="dist/js/angular-2lyk-utils.min.js"></script>
Then, inject module 2lykUtils
into your application
angular.module('app', ['2lykUtils']);
Documentation page for a detailed view of the module (not complete!).