2016-02-26 16:48:23 -08:00
|
|
|
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
2015-10-30 16:20:57 -07:00
|
|
|
<span ng-show="notifications.length > 0" class="status block"
|
|
|
|
ng-class="highest.severity"
|
|
|
|
ng-controller="NotificationIndicatorController">
|
2016-02-26 16:48:23 -08:00
|
|
|
<span class="ui-symbol status-indicator"></span><span class="label">
|
2015-10-30 16:20:57 -07:00
|
|
|
<a ng-click="showNotificationsList()">{{notifications.length}}
|
|
|
|
Notifications</a>
|
2016-02-26 16:48:23 -08:00
|
|
|
</span><span class="count">{{notifications.length}}</span>
|
2015-10-30 16:20:57 -07:00
|
|
|
</span>
|