文件名称:promise-button:另一个 emberjs 有状态按钮实现
文件大小:21KB
文件格式:ZIP
更新时间:2024-07-04 14:35:30
JavaScript
承诺按钮 emberjs 的另一个承诺感知组件的实现 像这样使用它: MyRoute = Ember . Route . extend model : -> @store . find " post " , 55 MyController = Ember . Controller . extend post : Ember . computed . alias ( " model " ) {{ #promise-button model = post loadingText = " loading " }} submit will to allah {{ /promise-button }} 这将创建一个按钮,当帖子处于挂起或保存状态时,该按钮将被禁用。 顺便说一句,这似乎很明显,但是您必须将承诺或 DS.Model 传递给承诺按钮 安装 git clone这个仓库
【文件预览】:
promise-button-master
----.jshintrc(518B)
----bower.json(504B)
----.npmignore(135B)
----.ember-cli(280B)
----.travis.yml(265B)
----config()
--------environment.js(90B)
----LICENSE.md(1KB)
----README.md(899B)
----addon()
--------components()
--------.gitkeep(0B)
----.bowerrc(60B)
----testem.json(170B)
----.editorconfig(543B)
----tests()
--------.jshintrc(814B)
--------index.html(960B)
--------test-helper.js(112B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(247B)
----Brocfile.js(738B)
----app()
--------components()
--------.gitkeep(0B)
--------templates()
----index.js(86B)
----package.json(1KB)
----vendor()
--------.gitkeep(0B)