Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Updated example to use {{view 'list-view'}} instead of {{ember-list}}
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Mar 22, 2015
1 parent d7eacab commit 5cd14e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ ember install:addon ember-list

First, let's create a template:
```handlebars
{{#ember-list items=model height=500 rowHeight=50 width=500}}
{{#view 'list-view' items=model height=500 rowHeight=50 width=500}}
{{name}}
{{/ember-list}}
{{/view}}
```

Next, let's feed our template with some data:
Expand Down

0 comments on commit 5cd14e9

Please sign in to comment.