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