Open Extrernal HTML page inside Angular Dialog

269 views Asked by At

I am working on single Page application with Angular and Bootstrap.

At the top of the application there is button HELP. When user will click, Popup should be open with Help Content which is another HTML file.

Using ngDialog i am able to display the external Help Html file inside the dialog. But this HELP HTML file contains few hyperlink for navigation. So when i clicked those hyperlink , the main application's url is getting changed instead of changing in the HELP HTML page inside the dialog.

Any reference or help on this issue ?

0

There are 0 answers