Josh Kurz
Member since Nov 24, 2013
- Profile: /members/11430-josh-kurz.htm
- URL: http://www.atlantacarlocksmith.com
- Comments: 2
Recent Blog Comments By Josh Kurz
-
Scope $watch() vs. $watchCollection() In AngularJS
Posted on Feb 8, 2014 at 8:46 PM
So am I wrong in saying the only real issue here is watching all of an objects properties is expensive if and only if we are dealing with Big Data? So by this I mean that the main concern is scale its memory implications. A solution I propose to watching very large data objects is to actually al... read more »
-
Exploring Directive Controllers, Compiling, Linking, And Priority In AngularJS
Posted on Nov 24, 2013 at 4:48 PM
Ok so not sure what version of Angular was out when you posted this, but the compile transclude function has been depreciated. Here is a jsfiddle showing how to do this with the link funciton's transcludeFn parameter http://jsfiddle.net/joshkurz/Hn8d9/2/ which is the 5th option for the link functi... read more »