Andimeier
Member since Sep 26, 2014
- Profile: /members/12308-andimeier.htm
- Comments: 1
Recent Blog Comments By Andimeier
-
Using The $http Service In AngularJS To Make AJAX Requests
Posted on Sep 26, 2014 at 9:19 AM
I stand in awe looking at your clean service class layout, too. But I have to admit I do not understand how it works. AFAIU, angular.module('app').service('MyService', constructorFunction) would instantiate an instance of the constructorFunction. But in your case, the constructor does *return* an o... read more »