GregM
Member since Nov 15, 2013
- Profile: /members/11411-gregm.htm
- URL: http://n/a
- Comments: 2
Recent Blog Comments By GregM
-
Exploring Directives, $scope, DOM Rendering, And Timing In AngularJS
Posted on Nov 15, 2013 at 3:07 PM
@Ben Nadel ironically, just read about it today - i don't know why, but the example code here doesn't get evaluated in the later jquery or angularjs (jquery 2.x.x && angularjs 1.2.x) is there a paradigm shift at a conventional level? something seems to be different enough for it to not be... read more »
-
Exploring Directives, $scope, DOM Rendering, And Timing In AngularJS
Posted on Nov 15, 2013 at 12:57 PM
this is supposedly an antipattern: // Gather the ngRepeat'd DOM elements. var values = $( "span.value" ); do you have a reason for intentionally using it despite the convention? (wrapping dom tags in $( - supposedly this is done by default/wondering if 'double' wrapping it is of any advan... read more »