Fanis
Member since Jun 1, 2014
- Profile: /members/11979-fanis.htm
- Comments: 1
Recent Blog Comments By Fanis
-
Creating AngularJS Controllers With Instance Methods
Posted on Jun 1, 2014 at 2:38 AM
Very good approach. Actually this is something that I am trying to achieve but I have an issue whenever I am trying to access the controller from a directive. In the Controller constructor you have assign the $scope into another variable with name 'scope' 'this.scope = $scope;' and I assume that t... read more »