f186fa2888
- Add the beginnings of a notification service - Add the beginnings of a notification UI
4 lines
298 B
HTML
4 lines
298 B
HTML
<span class="delete-ui-element" ng-click="focus()">
|
|
<span class="delete-ui-button" ng-click="performDelete()"><button class="btn btn-danger">{{ buttonTitleInternal }}</button></span>
|
|
<i class="fa fa-times" bs-tooltip="tooltip.title" data-placement="left" title="{{ deleteTitle }}"></i>
|
|
</span>
|