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

android - questions about switching from C2DM to GCM -

rewrite asp to php based on asp query -

visual studio 2010 - Error on RDLC Expression -