Skip to content

kisiwu/angular-2lyk-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-2lyk-utils

A bunch of utils for AngularJS 1.6.x

Dependencies

  • "angular": "1.6.x"
  • "ngstorage": "^0.3.11"

Installing

  • 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']);

Reference

Documentation page for a detailed view of the module (not complete!).

About

A bunch of utils for AngularJS 1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published