+ 2
In angular js how to work service
angularJs
2 Answers
+ 1
ok thanks
0
angular.module(appModule).service('dataService',['$http',function($http){
//your codes
}])
this was example i think its not complicated if you dont get it be free and ask
angularJs