I have two pages. The first page is a list of products. The second page is showing product details. The two pages have different ng-app and ng-controller.
Using ng-click the product id should be passed through the first script (first.js) to the second script (second.js) but I am unable to pull the product id into second script.
Please help me to solve the issue because I am newbie to angular JS.