angularjs - how to set path to popovertemplate in my solution? -
i using bootstrap popovertemplate (ui.bootstrap.popover) solution not see template:
<span popover-template="./mytemplate.html" popover-trigger="mouseenter" ng-bind-html="somevalue"> </span>
what right way of specifying template?
you need specify path in single quote popover-template="'./mytemplate.html'"
Comments
Post a Comment