ember-table-list

时间:2024-05-20 17:44:05
【文件属性】:

文件名称:ember-table-list

文件大小:23KB

文件格式:ZIP

更新时间:2024-05-20 17:44:05

JavaScript

灰烬表列表v1.0 创建适配器 export default DS . RESTAdapter . extend ( { host : 'http://localhost:1337' , // backend in sails.js } ) ; 建立模型 import DS from 'ember-data' ; export default DS . Model . extend ( { title : DS . attr ( 'string' ) , type : DS . attr ( 'string' ) , description : DS . attr ( 'string' ) , label : function ( ) { return this . get ( 'title' ) + this . get ( 'type' ) + this . get


【文件预览】:
ember-table-list-master
----.jshintrc(518B)
----ember-cli-build.js(913B)
----public()
--------crossdomain.xml(585B)
--------robots.txt(51B)
----bower.json(581B)
----.ember-cli(280B)
----.travis.yml(318B)
----config()
--------environment.js(2KB)
----README.md(1KB)
----.bowerrc(60B)
----testem.json(198B)
----.editorconfig(543B)
----tests()
--------integration()
--------.jshintrc(831B)
--------index.html(994B)
--------test-helper.js(112B)
--------helpers()
--------unit()
----.gitignore(247B)
----app()
--------index.html(648B)
--------services()
--------models()
--------styles()
--------adapters()
--------controllers()
--------components()
--------helpers()
--------app.js(420B)
--------templates()
--------router.js(195B)
--------routes()
----.watchmanconfig(29B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)

网友评论