文件名称:ember-cli-array-limit:Ember CLI阵列限制代理
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-03 17:56:05
JavaScript
ember-cli-array-limit Ember CLI阵列限制插件。 ember-cli-array-limit公开一个 子类,该子类仅返回在特定限制之前的内容数组项。 例子 import Ember from 'ember' ; import ArrayLimit from 'array-limit' ; var arr = Ember . A ( [ 'a' , 'b' , 'c' , 'd' , 'e' , 'f' ] ) ; var proxy = ArrayLimit . create ( { content : arr , limit : 3 } ) ; console . log ( proxy . toArray ( ) ) ; // ['a', 'b', 'c'] proxy . incrementProperty ( 'limit' ) ; consol
【文件预览】:
ember-cli-array-limit-master
----.jshintrc(485B)
----ember-cli-build.js(526B)
----bower.json(393B)
----.npmignore(141B)
----.ember-cli(280B)
----.travis.yml(578B)
----config()
--------environment.js(111B)
--------ember-try.js(514B)
----LICENSE.md(1KB)
----README.md(2KB)
----addon()
--------array-limit.js(2KB)
--------index.js(67B)
----.bowerrc(60B)
----testem.json(198B)
----.editorconfig(533B)
----tests()
--------.jshintrc(743B)
--------index.html(1017B)
--------test-helper.js(112B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(247B)
----index.js(82B)
----.watchmanconfig(37B)
----package.json(1KB)