diff options
Diffstat (limited to 'www/templates/events-popover.html')
| -rw-r--r-- | www/templates/events-popover.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-popover.html b/www/templates/events-popover.html index 923d693f..73629ef7 100644 --- a/www/templates/events-popover.html +++ b/www/templates/events-popover.html @@ -1,7 +1,7 @@ <ion-popover-view class="fit"> <ion-content class="notch-ready"> <div class="list" ng-click="popover.hide()"> - <a class="item" ng-href="" ng-click="popover.hide();$state.go('app.events-date-time-filter');">{{'kFilterByDateTime' + <a class="item" ng-href="" ng-click="popover.hide();$rootScope.enteringEventFilter=true;$state.go('app.events-date-time-filter');">{{'kFilterByDateTime' | translate}}</a> <!-- <a class="item" ng-href="" ng-click=" popover.hide();$state.go('events-graphs');" > Event Graphs |
