We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0432915 commit c81d817Copy full SHA for c81d817
src/ng/directive/a.js
@@ -27,6 +27,7 @@ var htmlAnchorDirective = valueFn({
27
// if we have no href url, then don't navigate anywhere.
28
if (!element.attr('href')) {
29
event.preventDefault();
30
+ return false; // Needed for opera
31
}
32
});
33
0 commit comments