Hello,
I need to open a popup that shows another html page wich use javascript functions. I tried to use the template component, and when I initialize the component just the html source is showed (I need to show the page as it is shown on the browser and not the source)
{
view: 'template',
src: 'index2.html'
}
Thanks in advance for your help