Alex Kubica
Member since Jul 13, 2016
- Profile: /members/13242-alex-kubica.htm
- Comments: 1
Recent Blog Comments By Alex Kubica
-
Services And Factories Are Instantiated On-Demand In AngularJS
Posted on Jul 13, 2016 at 4:22 AM
I once had a bad time figuring out why a service injected to a controller wasn't instantiated. I figured that it's not enough to declare it the DI but you actually have to use it inside the controller's function. Now I need a certain service to be instantiated to handle events, to solve this I'm usi... read more »