Here\'s an example. Let\'s say I want to have an image overlay like a lot of sites. So when you click a thumbnail, a black overlay appears over your whole window, and a la
This works for me:
Action this.doSomething = function($event) { $event.stopPropagation(); $event.preventDefault(); };