I am new to Angularjs and have a scenario where two pages using 2 modules on each page ie M1 and M2. Both modules having his own controllers C1 & C2. I want to pass value from C1 to C2. I tried with service but its not working. Can able to set value in first page but get value null on second page.
Can someone point me in the correct direction how to pass values between modules?