文件名称:ng-warehouse:带有 AngularJS 事件的数据缓存
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-30 14:51:26
JavaScript
ng-仓库 v0.2.0 带有 AngularJS 事件的数据缓存。 演示 angular . module ( 'demoApp' , [ 'data.warehouse' ] ) . controller ( 'DemoCtrl' , [ '$scope' , 'warehouse' , 'store2' , function ( $scope , warehouse , store2 ) { // use localStorage with [store2](http://github.com/nbubna/store) var articleCache = warehouse ( 'users' , store2 ) ; // or user memory cache var userCache = warehouse ( 'users' )
【文件预览】:
ng-warehouse-master
----.travis.yml(49B)
----index.js(4KB)
----package.json(598B)
----test()
--------index.js(54B)
----gulpfile.js(382B)
----component.json(495B)
----LICENSE(1KB)
----examples()
--------demo.js(50B)
----.gitignore(552B)
----README.md(1KB)
----.jshintrc(395B)
----bower.json(495B)