John Scott
Member since May 28, 2013
- Profile: /members/10918-john-scott.htm
- Comments: 1
Recent Blog Comments By John Scott
-
My Approach To Building AngularJS Directives That Bind To JavaScript Events
Posted on May 28, 2013 at 8:59 PM
Great post. What I like about this approach is that this Directive is not so much about DOM manipulation as it is about DOM `inspection` and `calculation` in order to present the controller with the correct values for the view. That way the rendering is done in the nice, normal, AngularJS way with {... read more »