Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.

Commit

Permalink
Update Ember.LinkView -> Ember.LinkComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north authored and michaelrkn committed Jul 27, 2015
1 parent a254b1e commit a5699f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/templates/binding-element-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ renders the following HTML:
```

There are two ways to enable support for data attributes. One way would be to add an
attribute binding on the view, e.g. `Ember.LinkView` or `Ember.TextField` for the specific attribute:
attribute binding on the view, e.g. `Ember.LinkComponent` or `Ember.TextField` for the specific attribute:

```javascript
export default Ember.LinkView.reopen({
export default Ember.LinkComponent.reopen({
attributeBindings: ['data-toggle']
});

Expand Down

0 comments on commit a5699f8

Please sign in to comment.