ExpertSystem
Member since Sep 2, 2015
- Profile: /members/12805-expertsystem.htm
- Comments: 1
Recent Blog Comments By ExpertSystem
-
Accessing The View-Model Inside The Link Function When Using Controller-As In AngularJS
Posted on Sep 2, 2015 at 1:36 AM
@Hansmaad, indeed if you are ysing `require` on the DDO, the 4th argument of the linking function will depend on what you require. If you also need to access the directive's controller, you have to require it too. E.g.: .directive('bnWidget', function bnWidgetDirective() { return { ... read more »