diff options
Diffstat (limited to 'www/templates/moment-popover.html')
| -rw-r--r-- | www/templates/moment-popover.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/templates/moment-popover.html b/www/templates/moment-popover.html new file mode 100644 index 00000000..49dbea89 --- /dev/null +++ b/www/templates/moment-popover.html @@ -0,0 +1,12 @@ +<ion-popover-view class="fit"> + <ion-content> + <div class="list" ng-click="popover.hide()"> + + <a class="item" ng-href="" ng-click="popover.hide();getMoments('StartTime');"> + {{'kMomentMenuByTime' | translate}} + </a> + <a class="item" ng-href="" ng-click="popover.hide();getMoments('MaxScore');">{{'kMomentMenuByScore' | translate}}</a> + + </div> + </ion-content> +</ion-popover-view> |
