Mike Fielden
Member since May 7, 2013
- Profile: /members/10878-mike-fielden.htm
- Comments: 6
Recent Blog Comments By Mike Fielden
-
Tiny Test JS - An Exploration Of Unit Testing In JavaScript
Posted on Oct 31, 2013 at 11:03 AM
Great job! I'd like to see maybe a post about how you approach writing client side tests and how you approach writing modules for testability. Maybe a lessons learned type post perhaps. I used to do 'x' but 'x' sucks because .... etc Anyway... thanks again ;)... read more »
-
Defining Instantiatable Classes In The AngularJS Dependency Injection Framework
Posted on Sep 12, 2013 at 2:13 PM
Can I just say that I love your blog posts? Its the structure I like the most. Words + Code + Video explaining the words === Holy Grail of blog posts Anyway, keep it up :)... read more »
-
Filter vs. ngHide With ngRepeat In AngularJS
Posted on Jun 19, 2013 at 11:33 AM
In your assessment, is it correct to say that given a list of say 500 items its more performant to use the `ngHide` method over the `filter` method?... read more »
-
Working With Inherited Collections In AngularJS
Posted on Jun 19, 2013 at 9:41 AM
I actually just ran into this same situation with a demo I was putting together. Your implementation of multi-lvl $scope's > Mine :)... read more »
-
My Approach To Building AngularJS Directives That Bind To JavaScript Events
Posted on May 28, 2013 at 2:20 PM
This might sound like a dumb question (and forgive me if it is) but how do you know when looking at a mockup or coming up with an idea, what belongs in the controller and what needs to be a self-contained directive? Using your example, could the entire FriendsList not have been an element di... read more »
-
HashKeyCopier - An AngularJS Utility Class For Merging Cached And Live Data
Posted on May 7, 2013 at 5:19 PM
Excellent article Ben. Do you plan on continuing to post AngularJs related material? Being new to this framework, I love exactly this kind of post! Thanks!... read more »