mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refact(ion-refresher-content): only make icon spin
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
<ion-content has-header="true" scroll="true" ng-controller="ContentCtrl" has-footer="true" padding="false">
|
||||
|
||||
<ion-refresher on-refresh="onRefresh()"></ion-refresher>
|
||||
<ion-refresher on-refresh="onRefresh()" pulling-text="pull!"></ion-refresher>
|
||||
|
||||
<ul class="list">
|
||||
<li class="item">This ion-list should *exactly* fit</li>
|
||||
|
||||
@@ -211,7 +211,7 @@ body.grade-c {
|
||||
}
|
||||
|
||||
.ionic-refresher-content {
|
||||
.icon.icon-pulling {
|
||||
i.icon.icon-pulling {
|
||||
@include animation-name(refresh-spin);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user