mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
I broke all the things
Making scroll working for ListView, inheriting from ScrollView like iOS.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
s.firstElementChild.appendChild(li);
|
||||
}
|
||||
|
||||
var scroll = new ionic.views.ScrollView({
|
||||
var scroll = new ionic.views.Scroll({
|
||||
el: s
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user