I`m new to angularJS. So if I have this design app:
MainView.html(Controller1)
SecondView.html(Controller2)
3rdView1.html(Controller3.1) 3rdView2.html(Controller3.2)
How do I refresh the MainView.html, from Controler 3.1 / 3.2 ? I tried $location.path and didn`t work. Any advice ?