2016-06-28 14:47:52 -07:00
|
|
|
<span class="status block" ng-controller="NotificationLaunchController">
|
2016-02-26 16:48:23 -08:00
|
|
|
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
2016-06-28 14:47:52 -07:00
|
|
|
<span class="status-indicator icon-bell"></span><span class="label">
|
2015-10-30 16:20:57 -07:00
|
|
|
<a ng-click="newInfo()">Success</a> |
|
|
|
|
<a ng-click="newError()">Error</a> |
|
|
|
|
<a ng-click="newAlert()">Alert</a> |
|
|
|
|
<a ng-click="newProgress()">Progress</a>
|
2016-06-28 14:47:52 -07:00
|
|
|
</span><span class="count"></span>
|
2015-10-30 16:20:57 -07:00
|
|
|
</span>
|