Lukas Chen
Member since Nov 25, 2015
- Profile: /members/12940-lukas-chen.htm
- Comments: 2
Recent Blog Comments By Lukas Chen
-
Managing A Shared Global UI Component In AngularJS
Posted on Nov 25, 2015 at 9:59 PM
Sorry for the unclear question. what I mean is that why you never use the default angular directives in your custom directive. for example: you always use element.bind('click') instead of ng-click in the html or always use addClass instead of ng-class... Is there a reason for this? By the way you... read more »
-
Managing A Shared Global UI Component In AngularJS
Posted on Nov 25, 2015 at 9:38 PM
Why you never use ng-click for directives?... read more »