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

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -