- Fix directive path in popup-input-button
- Add template caching to the combined JS bundle - Load momentjs from the combined CDN
This commit is contained in:
parent
5fa4733a2f
commit
9e4a8097af
3 changed files with 31 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<button class="btn btn-success" data-trigger="click"
|
||||
data-content-template="static/directives/popup-input-dialog.html"
|
||||
data-content-template="/static/directives/popup-input-dialog.html"
|
||||
data-placement="bottom" ng-click="popupShown()" bs-popover>
|
||||
<span ng-transclude></span>
|
||||
</button>
|
||||
|
|
Reference in a new issue