Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
2-way binding, efficient data mutations, and bindable selection
Browse files Browse the repository at this point in the history
- Templates should now 2-way bind to `model.*` from user data array (breaking change)
- Handle data array splices more efficiently: initialize never re-assign the physical data array that drives the template repeat; only lazily add to it when adding, and hide already generated items when removing
- Make selection bindable, and handle switching between multi and non-multi
  • Loading branch information
kevinpschaaf committed Aug 11, 2014
1 parent d063e5a commit 3732d47
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 156 deletions.
1 change: 1 addition & 0 deletions core-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/*-webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0);
transform: translateZ(0);*/
outline: none;
}

.core-list-viewport > * {
Expand Down
Loading

0 comments on commit 3732d47

Please sign in to comment.