diff options
Diffstat (limited to 'www/templates/state.html')
| -rw-r--r-- | www/templates/state.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/templates/state.html b/www/templates/state.html index 653d9a71..440d931e 100644 --- a/www/templates/state.html +++ b/www/templates/state.html @@ -2,6 +2,7 @@ <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> + <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" ng-click="handleAlarms();" ng-if="$root.isAlarm"></button> </ion-nav-buttons> <ion-content> <ion-refresher pulling-text="Pull to reload data..." |
