You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I use this with durandal with templates? I'm able to get a simple example working using content but haven't figured out how to use a template yet. When I put the "script type=text/html" inside the same view where it is being used and set the template to a string with its id I get a jquery error of: Uncaught TypeError: Cannot set property 'id' of undefined in bootstrap-overrides.js:50
Really though I would like to put this template in a separate file and specify in the popover binding where it should look for the template
The text was updated successfully, but these errors were encountered:
I had the template property inside the options tag so I got the basic template working - I would still be curious how you would recommend to put it in a separate file instead if being inside each view where it is used
How do I use this with durandal with templates? I'm able to get a simple example working using content but haven't figured out how to use a template yet. When I put the "script type=text/html" inside the same view where it is being used and set the template to a string with its id I get a jquery error of: Uncaught TypeError: Cannot set property 'id' of undefined in bootstrap-overrides.js:50
Really though I would like to put this template in a separate file and specify in the popover binding where it should look for the template
The text was updated successfully, but these errors were encountered: