Wayne Chan

Results 2 issues of Wayne Chan

I am using this plugin in a project: ``` ``` I have listeners in the directive listening for `click` events: ``` angular.element($document[ 0 ].body).bind('click', function(event) { console.log('CLICK'); }); $document.on('click', function...