blob: 49dbea89bf0509abf2a652940b65560e44116221 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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>
|