https://github.com/emberjs/legacy-bind-attr
{{bind-attr}} support for >= 2.0.0-beta.2
https://github.com/emberjs/legacy-bind-attr
Last synced: 9 months ago
JSON representation
{{bind-attr}} support for >= 2.0.0-beta.2
- Host: GitHub
- URL: https://github.com/emberjs/legacy-bind-attr
- Owner: emberjs
- License: mit
- Archived: true
- Created: 2015-06-29T06:27:29.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T00:45:45.000Z (almost 11 years ago)
- Last Synced: 2024-10-29T14:52:25.966Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# legacy-bind-attr
Ember 2.0 deprecated `{{bind-attr}}`.
This addon enables the bind-attr helper within your Ember 2.0 applications. This is to provide extra time for migrating away from bind-attr, not as a permanent solution.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`
## Running
* `ember server`
* Visit your app at http://localhost:4200.
## Running Tests
* `ember test`
* `ember test --server`
## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).