Refresh and refresh callback on content directive

This commit is contained in:
Max Lynch
2013-11-08 15:32:50 -06:00
parent 7725a5e7f2
commit 8a7db90aaf
7 changed files with 34 additions and 12 deletions

3
dist/css/ionic.css vendored
View File

@@ -2324,7 +2324,8 @@ body, .ionic-body {
.scroll-refresher-content {
height: 100%;
width: 100%;
text-align: center; }
text-align: center;
position: relative; }
.scroll-refreshing {
-webkit-transition: height 0.1s ease-in-out; }