9e4a8097af
- Add template caching to the combined JS bundle - Load momentjs from the combined CDN
6 lines
241 B
HTML
6 lines
241 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>
|
|
|