Hi,
I'm new to AngularJS. I have one master page and Default page. I need to show the popup. So i have a div for popup on master page (as a Template). also i have a div for popup on Default page (as a content). On this document load i've set the content's html to master page's template. here... But in my Content html I has some control with angular tags "ng-click". That is not working... bcz my controller is inside Default page .
Is there any way to resolve this.