2015-10-30 16:20:57 -07:00
|
|
|
<span class="status block ok" ng-controller="NotificationLaunchController">
|
2016-02-26 16:48:23 -08:00
|
|
|
<!-- DO NOT ADD SPACES BETWEEN THE SPANS - IT ADDS WHITE SPACE!! -->
|
|
|
|
<span class="ui-symbol status-indicator"></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-02-26 16:48:23 -08:00
|
|
|
</span><span class="count">Notifications</span>
|
2015-10-30 16:20:57 -07:00
|
|
|
</span>
|