f186fa2888
- Add the beginnings of a notification service - Add the beginnings of a notification UI
6 lines
240 B
HTML
6 lines
240 B
HTML
<button class="btn btn-success" data-trigger="click"
|
|
data-content-template="static/directives/popup-input-dialog.html"
|
|
data-placement="bottom" ng-click="popupShown()" bs-popover>
|
|
<span ng-transclude></span>
|
|
</button>
|
|
|