Cameron
Member since May 23, 2014
- Profile: /members/11951-cameron.htm
- Comments: 1
Recent Blog Comments By Cameron
-
Directive Link, $observe, And $watch Functions Execute Inside An AngularJS Context
Posted on May 23, 2014 at 10:09 AM
Great analysis, thanks for sharing. One thing I would do differently would be to actually create an isolate scope to pass in the expression for imageLoaded() scope: { imageLoaded: '&' } I typically like to see what my directive is affecting in the outside context. This isn't exactly related ... read more »