diff options
Diffstat (limited to 'www/templates/log.html')
| -rw-r--r-- | www/templates/log.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/log.html b/www/templates/log.html index ff4ce57a..4c923fce 100644 --- a/www/templates/log.html +++ b/www/templates/log.html @@ -3,9 +3,9 @@ <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></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> + <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> -<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> |
