diff options
Diffstat (limited to 'www/templates/events-popover.html')
| -rw-r--r-- | www/templates/events-popover.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/templates/events-popover.html b/www/templates/events-popover.html new file mode 100644 index 00000000..0de4f857 --- /dev/null +++ b/www/templates/events-popover.html @@ -0,0 +1,15 @@ +<ion-popover-view class="fit"> + <ion-content> + <div class="list" ng-click="popover.hide()"> + <a class="item" ng-href="" ng-click="popover.hide();$state.go('events-date-time-filter');">Filter by Date/Time</a> + + <a class="item" ng-href="" ng-click=" popover.hide();$state.go('events-graphs');" > + Event Graphs + </a> + <a class="item" ng-href="" ng-click="popover.hide();doRefresh();"> + Refresh + </a> + </div> + </ion-content> + </ion-popover-view> + |
