Niklas
Member since Sep 5, 2014
- Profile: /members/12248-niklas.htm
- URL: http://rasmusson.net
- Comments: 2
Recent Blog Comments By Niklas
-
Event Delegation Performance vs. Linking Performance In AngularJS
Posted on Jan 13, 2015 at 10:19 AM
Great article as always Ben! This surprised me a great deal. I surely thought using event delegation would give you a more significant performance boost. Like you said, it might be more favorable in a real world environment with larger link-functions. I'd be interested to know if anyone has experien... read more »
-
Defining Instantiatable Classes In The AngularJS Dependency Injection Framework
Posted on Sep 5, 2014 at 3:59 AM
@Martin, 1. He explains around 1:25 that he prefer factory over value because it allows for dependency injection. 2. I would assume it's a personal preference thing. If you write your return statement in one line the parentheses makes no difference.... read more »