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.
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
Post a Comment