mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Fuck yes, list example using my special scroll box
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
</header>
|
||||
|
||||
<div id="list">
|
||||
<main class="scroll">
|
||||
<main id="content" class="scroll">
|
||||
|
||||
<div class="list">
|
||||
|
||||
@ -494,7 +494,7 @@
|
||||
|
||||
return false;
|
||||
});
|
||||
var list = document.getElementById('list');
|
||||
var list = document.getElementById('content');
|
||||
var lv = new ionic.views.ListView({
|
||||
el: list
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user