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
IN controller use
$scope.methodName = function(event) { event.stopPropagation(); }