diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-08 14:53:07 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-08 14:53:07 -0400 |
| commit | 59e87770d8c7ffe45b55c31fd4b2acd49de00ecc (patch) | |
| tree | d12bf444c6864882363534cc73864bc61ec4a41d /www/templates/events-modal.html | |
| parent | ac992d9d8be5dd71e60c5650efe84c3f40a36e6e (diff) | |
alarm notifications in modal views added
Diffstat (limited to 'www/templates/events-modal.html')
| -rw-r--r-- | www/templates/events-modal.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index 2c793e36..0c7133f1 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -63,6 +63,14 @@ <div style="width:90%"> <input ng-model="ionRange.index" type="text" id="mySlider2" slider options="slider_modal_options" /> </div> + + + </div> + + <span class="event-modal-alarm-badge"> + <a data-badge="{{$root.alarmCount}}" class="animated infinite tada button icon button-clear ion-ios-bell notification-badge" + ng-click="handleAlarms();" ng-if="$root.isAlarm" ></a> + </span> <!-- <nav mfb-menu position="bl" effect="zoomin" label="collapse" @@ -92,4 +100,3 @@ class="eventprogress"></progress> --> -</div> |
