diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-05 17:59:26 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-05 17:59:26 -0400 |
| commit | 10f5788d747d2f96027c0591fe332b74f9b9aac7 (patch) | |
| tree | 1f0162ff7fd69338eba5eea78cc09fc1f5affd33 /www/templates/events-popover.html | |
| parent | 67b5040175a6c282be515dfb61e30540f22d0333 (diff) | |
Timeline feature (Experimental)
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> + |
