diff options
Diffstat (limited to 'www/templates/timeline-popover.html')
| -rw-r--r-- | www/templates/timeline-popover.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/templates/timeline-popover.html b/www/templates/timeline-popover.html new file mode 100644 index 00000000..e6f17359 --- /dev/null +++ b/www/templates/timeline-popover.html @@ -0,0 +1,20 @@ +<ion-popover-view class="fit"> + <ion-content> + <div class="list" ng-click="popover.hide()"> + <a class="item" ng-href="" ng-click="popover.hide();buttonClicked(0);">Month</a> + + <a class="item" ng-href="" ng-click=" popover.hide();buttonClicked(1);" > + Week + </a> + <a class="item" ng-href="" ng-click="popover.hide();buttonClicked(2);"> + Day + </a> + + <a class="item" ng-href="" ng-click="popover.hide();buttonClicked(3);"> + Custom Range + </a> + + </div> + </ion-content> + </ion-popover-view> + |
