AngularJS: Using Shared Service(with $resource) to share data between controllers, but how to define callback functions?
- by shaunlim
Note: I also posted this question on the AngularJS mailing list here: https://groups.google.com/forum/#!topic/angular/UC8_pZsdn2U
Hi All,
I'm building my first AngularJS app and am not very familiar with Javascript to begin with so any guidance will be much appreciated :)
My App has two controllers, ClientController and CountryController. In…