An open API service indexing awesome lists of open source software.

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

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/).