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