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

Popular posts from this blog

php - Zend Framework / Skeleton-Application / Composer install issue -

c# - Better 64-bit byte array hash -

python - PyCharm Type error Message -