mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 23:16:52 +08:00
Hacky list refresher angular
This commit is contained in:
@ -50,8 +50,16 @@
|
|||||||
|
|
||||||
<content has-header="true" ng-controller="TestCtrl" class="reveal-animation">
|
<content has-header="true" ng-controller="TestCtrl" class="reveal-animation">
|
||||||
<list is-editing="isEditingItems" on-refresh="refreshProjects()" animation="my-repeat-animation" delete-icon="icon-minus-circled" reorder-icon="icon-navicon">
|
<list is-editing="isEditingItems" on-refresh="refreshProjects()" animation="my-repeat-animation" delete-icon="icon-minus-circled" reorder-icon="icon-navicon">
|
||||||
<div class="list-refresher">
|
<list-refresher>
|
||||||
<div style="height: 100px; font-size: 30px; text-align: center">REFRESHING</div>
|
<pulling>
|
||||||
|
<div style="height: 100px; font-size: 30px; text-align: center">PULL TO REFRESH</div>
|
||||||
|
</pulling>
|
||||||
|
<holding>
|
||||||
|
<div style="height: 100px; font-size: 30px; text-align: center">RELEASE TO REFRESH</div>
|
||||||
|
</holding>
|
||||||
|
<refreshing>
|
||||||
|
<div style="height: 100px; font-size: 30px; text-align: center">REFRESHING</div>
|
||||||
|
</refreshing>
|
||||||
</div>
|
</div>
|
||||||
<list-item ng-repeat="item in items"
|
<list-item ng-repeat="item in items"
|
||||||
buttons="item.buttons"
|
buttons="item.buttons"
|
||||||
|
|||||||
Reference in New Issue
Block a user