parent
5ac7369bf5
commit
9cb1366d36
3 changed files with 11 additions and 7 deletions
|
@ -8,9 +8,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="right-controls">
|
||||
<a href="javascript:void(0)" ng-if="canDismiss(notification)" ng-click="dismissNotification(notification)">
|
||||
<a href="javascript:void(0)" ng-if="canDismiss(notification)" ng-click="dismissNotification(notification)" ng-show="!dismissing">
|
||||
Dismiss Notification
|
||||
</a>
|
||||
<span class="cor-loader-inline" ng-show="dismissing"></span>
|
||||
<button class="btn" ng-class="'btn-' + action.kind" ng-repeat="action in getActions(notification)" ng-click="action.handler(notification)">
|
||||
{{ action.title }}
|
||||
</button>
|
||||
|
|
Reference in a new issue