Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 409 Bytes

File metadata and controls

18 lines (16 loc) · 409 Bytes

EduClever Angular 1.x Storage Facade

Getting Started

Install the library through bower.

bower install --save educlever/ng-storage

Include the scripts in your html file.

<script src="bower_components/ng-storage/ng-storage.min.js"></script>

Add it to your module's dependencies.

angular.module('myapp', ['educ.ngStorage']);