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

Commit

Permalink
Changed Ember Virtual List -> VirtualListView
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Mar 22, 2015
1 parent 4a83771 commit d7eacab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ and you're touch-scrolling it very fast, you'll see that items in your list star
and after some lag appear again). That happens because mobile browsers do not emit scroll events
during the momentum scroll phase that *ListView* needs to capture.

If you want to have something running on mobile, please make sure to use *Ember Virtual List*,
If you want to have something running on mobile, please make sure to use *VirtualListView*,
which behaves exactly the same (in terms of configuration and working with it) as *ListView*.
However, note that *Ember Virtual List* doesn't have a native scroll bar. This is something that
However, note that *VirtualListView* doesn't have a native scroll bar. This is something that
we need to work on for future releases of *ListView*.

### Downloads
Expand All @@ -29,10 +29,10 @@ Latest:

## Dependencies

Both *ListView* and *Ember Virtual List* need [jquery](http://jquery.com/),
Both *ListView* and *VirtualListView* need [jquery](http://jquery.com/),
[handlebars](http://handlebarsjs.com), [ember.js](http://emberjs.com).

*Ember Virtual List* need an additional dependency: [zynga scroller](https://github.com/zynga/scroller).
*VirtualListView* need an additional dependency: [zynga scroller](https://github.com/zynga/scroller).

## Demo

Expand Down

0 comments on commit d7eacab

Please sign in to comment.