Much faster pull to refresh

This commit is contained in:
Max Lynch
2013-11-08 11:22:49 -06:00
parent 71eae9712b
commit 74e28c61c5
6 changed files with 82 additions and 46 deletions

View File

@ -1,7 +1,7 @@
<html ng-app="navTest">
<head>
<meta charset="utf-8">
<title>Nav Bars</title>
<title>Content</title>
<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
@ -37,13 +37,13 @@
}
.scroll-refresher {
background-color: #222;
border-bottom: 1px solid #eee;
}
#refresh-content {
color: #fff;
color: #999;
padding: 60px 0px;
text-align: center;
font-size: 30px;
font-size: 20px;
}
</style>