2015-10-30 23:20:57 +00:00
|
|
|
<span class="status block ok" ng-controller="NotificationLaunchController">
|
2016-02-27 00:48:23 +00: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 23:20:57 +00: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-27 00:48:23 +00:00
|
|
|
</span><span class="count">Notifications</span>
|
2015-10-30 23:20:57 +00:00
|
|
|
</span>
|