Added highest severity calculation in NotifiationService

This commit is contained in:
Henry
2015-10-13 11:14:28 -07:00
parent c0ff6de27b
commit 11264759ec
2 changed files with 9 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
<span ng-show="notifications.length > 0" class="status block caution" ng-controller="NotificationIndicatorController">
<span ng-show="notifications.length > 0" class="status block caution"
ng-controller="NotificationIndicatorController">
<span class="ui-symbol status-indicator">&#x21;</span>
<span class="label">
<a ng-click="showNotificationsList()">{{notifications.length}} Notifications</a>