How to redirect from service to the main controller in angularjs? -


this first app using angularjs.

i'm creating app using angularjs brings tour details api response. have multiple controller, each controller has different pages.

my problem have 4 links (links spanish, france, india, america, etc.) on each page footer. if click on 1 of them, should show respective api results on main controller. please below diagram understating pageflow.

for reference

thank in advance!!

a service perfect this. if create service function shows data, can inject service in each controller. way if click on link in footer, data show!

check here documentation , examples of angular services


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -