refact(ion-refresher-content): only make icon spin

This commit is contained in:
Andy Joslin
2014-03-11 16:51:28 -06:00
parent 69e54fe44e
commit 9ff7a09af5
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -211,7 +211,7 @@ body.grade-c {
}
.ionic-refresher-content {
.icon.icon-pulling {
i.icon.icon-pulling {
@include animation-name(refresh-spin);
}
}