Skip to content

Commit 0f3b162

Browse files
Create notification-badge.html
Component HTML using AngularJS and the necessary classes for styling
1 parent 09fcf81 commit 0f3b162

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div class="notification-wrapper">
2+
<i class="fa fa-bell notification-icon" aria-hidden="true"></i>
3+
<span
4+
class="notification-badge"
5+
ng-class="{'notification-pulse': c.hasNewNotification}"
6+
ng-if="c.hasNewNotification">
7+
{{ c.badgeCount }}
8+
</span>
9+
</div>

0 commit comments

Comments
 (0)