I have multiple tabs in one master.html
page and in every tab different tab*.html
page is getting loaded. The page getting loaded inside tab's content has angularjs code
Now issue here is when I load tab*.html
separately is working as expected. Here Plunker for single page
However, When I load the same code inside tab's content, it's not working. Here Plunker with tabs
Any idea how to resolve this issue?
I moved the script from home.html to index.html and removed the ng-app from the home.html.
Sorry about my previous stupid answer.
Updated & Working Plunker