Friday, March 4, 2016

AngularJS Data Sharing Controller to Controller to Service to API



Background A common issue that people discuss is about data sharing, how should we get data from some server API to an angular controller and then share this data with other controllers. Do Not Use $http Directly Some people like to use $http in the controller to directly call their server side API.

from My Pocket http://www.codeproject.com/Tips/1081538/AngularJS-Data-Sharing-Controller-to-Controller-to

No comments:

Post a Comment