I broke all the things

Making scroll working for ListView, inheriting from ScrollView like iOS.
This commit is contained in:
Max Lynch
2013-10-25 21:08:59 -05:00
parent 10e7b75b32
commit 3d3ef32872
6 changed files with 785 additions and 651 deletions

View File

@@ -43,7 +43,7 @@
s.firstElementChild.appendChild(li);
}
var scroll = new ionic.views.ScrollView({
var scroll = new ionic.views.Scroll({
el: s
});
</script>