mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
remove link-item tests
This commit is contained in:
@@ -58,16 +58,16 @@
|
||||
<content has-header="true"
|
||||
on-refresh-holding="refreshHolding()"
|
||||
on-refresh-opening="refreshOpening(ratio)"
|
||||
on-refresh="refreshItems()"
|
||||
refresh-complete="refreshComplete">
|
||||
on-refresh="refreshItems()">
|
||||
|
||||
<list show-delete="isDeletingItems" animation="my-repeat-animation">
|
||||
<list show-delete="isDeletingItems"
|
||||
animation="my-repeat-animation"
|
||||
on-delete="deleteListItem(item)">
|
||||
|
||||
<refresher></refresher>
|
||||
|
||||
<item ng-repeat="item in items"
|
||||
item="item"
|
||||
on-delete="deleteListItem(item)">
|
||||
item="item">
|
||||
Item: {{ item.text }}
|
||||
</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user