文件名称:ember-array-helper:灰烬{{array ...}}模板助手
文件大小:111KB
文件格式:ZIP
更新时间:2024-06-15 09:32:36
JavaScript
余烬数组帮助器
{{hash ...}}模板助手的完美伴侣。
安装
ember install ember-array-helper
用法
{{ hash
name = " parent "
children = ( array
( hash
name = " child1 "
)
( hash
name = " child2 "
)
)
}}
贡献
安装
git clone
【文件预览】:
ember-array-helper-master
----.gitignore(355B)
----README.md(2KB)
----ember-cli-build.js(494B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(228B)
--------acceptance()
--------dummy()
--------unit()
--------helpers()
--------index.html(1KB)
----testem.js(581B)
----app()
--------helpers()
----package.json(2KB)
----vendor()
--------.gitkeep(0B)
----index.js(340B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----LICENSE.md(1KB)
----addon()
--------helpers()
----.watchmanconfig(37B)
----.eslintignore(225B)
----.template-lintrc.js(62B)
----.npmignore(380B)
----.travis.yml(1KB)
----.editorconfig(368B)
----.eslintrc.js(1KB)
----package-lock.json(419KB)