Added notification indicator

This commit is contained in:
Andrew Henry
2015-10-10 11:28:19 -07:00
committed by Henry
parent 60dda8a7a4
commit c0ff6de27b
9 changed files with 188 additions and 24 deletions

View File

@@ -0,0 +1,7 @@
<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>
</span>
<span class="count">{{notifications.length}}</span>
</span>