- 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:
Joseph Schorr 2014-04-15 16:19:08 -04:00
parent 5fa4733a2f
commit 9e4a8097af
3 changed files with 31 additions and 6 deletions

View file

@ -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>