文件名称:AngularLocalStorageService:基于表的本地存储 API
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-10 01:36:56
JavaScript
angular.js 的本地存储服务 一个模块,为您提供基于表的 API。 依赖关系 只需要 ~1.2.1 安装 提供的软件包: bower install angular-localStorageService --save 用法 将服务注入您的控制器 // inject module angular . module ( 'yourModule' , [ 'localStorageModule' ] ) . controller ( 'yourController' , [ '$scope' , '$storage' , // inject service function ( $scope , $storage ) { var table = $storage ( 'tableName' ) ; table . setItem
【文件预览】:
AngularLocalStorageService-master
----.jshintrc(393B)
----.gitattributes(378B)
----bower.json(203B)
----src()
--------storageprovider.js(4KB)
----TODO.md(145B)
----LICENSE(1KB)
----test()
--------storageprovider.spec.js(6KB)
----README.md(4KB)
----.bowerrc(32B)
----.editorconfig(415B)
----.gitignore(10B)
----karma.conf.js(464B)
----CHANGELOG.md(425B)