Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add pull to refresh to album view
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
www/templates/album.html
|
@@ -13,6 +13,10 @@ |
|
|
</ion-nav-buttons> |
|
|
|
|
|
<ion-content class="scroll-bg" ng-init="refresh()"> |
|
|
<ion-refresher |
|
|
pulling-text="Pull to refresh..." |
|
|
on-refresh="refresh()"> |
|
|
</ion-refresher> |
|
|
<div class="multi_items_row"> |
|
|
<div class="photo" ng-repeat="photo in album.photos"> |
|
|
<img ng-src="{{ photo.thumbUrl }}" ng-click="showGallery({{$index}})"> |
|
|