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

Commit

Permalink
Merge pull request #30 from Polymer/2way-improved
Browse files Browse the repository at this point in the history
2-way binding, bindable selection, and efficiency improvements - fixes #2 #7 #9 #13 #15
  • Loading branch information
kevinpschaaf committed Sep 26, 2014
2 parents 903fe01 + 5d4440f commit c6dd792
Show file tree
Hide file tree
Showing 12 changed files with 1,116 additions and 157 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
10 changes: 9 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"dependencies": {
"polymer": "Polymer/polymer#master",
"core-selection": "Polymer/core-selection#master"
}
},
"devDependencies": {
"web-component-tester": "Polymer/web-component-tester#master"
},
"ignore": [
"/*",
"!core-list.css",
"!core-list.html"
]
}
4 changes: 4 additions & 0 deletions core-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
:host {
display: block;
overflow: auto;
/*-webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0);
transform: translateZ(0);*/
outline: none;
}

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

0 comments on commit c6dd792

Please sign in to comment.