Dan Overlander
Member since Jul 5, 2013
- Profile: /members/11045-dan-overlander.htm
- URL: http://www.winkyboy.com
- Comments: 2
Recent Blog Comments By Dan Overlander
-
Setting Prototype Properties Using Inherited Scope Methods In AngularJS
Posted on Jul 10, 2013 at 4:41 PM
@Ben, thanks for replying! I wandered off this path of development and only just returned to it a few minutes ago. I learned that yes, it is related to the isolated scope that I am using. I can pass reference of the parent scope's function that I want to use as a parameter of my directive, and then ... read more »
-
Setting Prototype Properties Using Inherited Scope Methods In AngularJS
Posted on Jul 5, 2013 at 11:18 AM
I'm trying to create a recursive directive (a tree view) and realize that I need to use this kind of inheritance. But it's not working. I have a home-controller wherein I've defined: $scope.updateTree = function(searchObj){ console.log(searchObj); }; and from my directive(s) I have tried to plac... read more »