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

@@ -3,7 +3,7 @@
<span class="banner-elem label">
{{active.notification.title}}
</span>
<span ng-hide="active.notification.progress === undefined">
<span ng-show="active.notification.progress !== undefined || active.notification.unknownProgress">
<mct-include key="'progress-bar'" class="banner-elem"
ng-model="active.notification">
</mct-include>