rajkamal
Member since Aug 17, 2010
- Profile: /members/6685-rajkamal.htm
- Comments: 6
Recent Blog Comments By rajkamal
-
Exposing A Mouse Service For Click Events In AngularJS
Posted on Feb 26, 2013 at 3:42 PM
Just trying to outline the diff between your previous post and the present one is bn-document-click="handleClick( $event )" this became this bn-document-click="handleClick()" . And the mouse location is handled via a service called 'mouse', to keep the controlle... read more »
-
Using Controllers In Directives In AngularJS
Posted on Feb 26, 2013 at 12:19 AM
element.on( "mousedown.bnMaster", handleMouseDown ); From the code above, i was of the thought that the master canvas element will be having a css class called 'bnMaster', but i could not find such a class in it. What does 'mousedown.bnMaster' refers to and how does that differ f... read more »
-
Adding An ngRepeat List Delimiter In AngularJS
Posted on Feb 25, 2013 at 6:54 PM
Hi Ben, I changed the priority of the bnRepeatDelimiter to 999, but i'm getting the same html strucutre, as when it was in 1001. Could you please explain how that differs.... read more »
-
Enable And Disable jQuery Event Handlers (Rather Than Bind And Unbind)
Posted on Jun 22, 2011 at 3:40 AM
forgot to say, the concept was cool.... read more »
-
Enable And Disable jQuery Event Handlers (Rather Than Bind And Unbind)
Posted on Jun 22, 2011 at 3:36 AM
Hi Ben, First of all pls correct me if im wrong. I think this plugin can be renamed as executeIf :-), because, the bind statement is always getting executed irrespective of the if condition. Only the execution of the handler(proxy) is determined by the ifCondition. Thanks... read more »
-
Using Named Functions Within Self-Executing Function Blocks In Javascript
Posted on Aug 17, 2010 at 1:26 AM
the self executing functions of the above said styles reflect closures.... read more »