diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-07 15:28:13 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-07 15:28:13 -0400 |
| commit | 41bef0dc67b4ec1437bedfee9efafd0aaeaedcdb (patch) | |
| tree | 43974514aeb51b94549a5b3ae55ce2b423fd4b80 /www/templates/events.html | |
| parent | 40fc4fc94ee0523aea1a36f8f6cf3acb4af0b599 (diff) | |
websockets for android
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index a95cb2eb..b39d10a8 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -7,6 +7,9 @@ <button class="button button-icon icon ion-ios-minus-outline" ng-click="eventList.showDelete = !eventList.showDelete;"></button> + + <button class="animated infinite tada button button-icon button-clear ion-ios-bell" ng-click="$root.isAlarm=!$root.isAlarm;" ng-if="$root.isAlarm"></button> + </ion-nav-buttons> <ion-nav-buttons side="right"> |
