Martin
Member since May 16, 2014
- Profile: /members/11926-martin.htm
- Comments: 1
Recent Blog Comments By Martin
-
Defining Instantiatable Classes In The AngularJS Dependency Injection Framework
Posted on May 16, 2014 at 4:45 AM
I have two questions. 1) Why not `use angular.Module`'s `value` service to register the `Friend` type? 2) Why do you wrap the return value in parens? Eg. `return( Friend );`... read more »