Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 14948cf

Browse files
committed
revert: fix(a): prevent Opera from incorrectly navigating on link click
This reverts commit c81d817. This commit causes several issues (#1651, #1674, #1662) and doesn't even contain a test that proves that anything on Opera got actually fixed. If the original Opera resurfaces, we'll fix it properly.
1 parent 2b0978b commit 14948cf

File tree

1 file changed

+0
-1
lines changed
  • src/ng/directive

1 file changed

+0
-1
lines changed

src/ng/directive/a.js

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ var htmlAnchorDirective = valueFn({
2727
// if we have no href url, then don't navigate anywhere.
2828
if (!element.attr('href')) {
2929
event.preventDefault();
30-
return false; // Needed for opera
3130
}
3231
});
3332
}

0 commit comments

Comments
 (0)