We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7c5ce commit 2958cd3Copy full SHA for 2958cd3
src/ng/directive/a.js
@@ -25,9 +25,6 @@ var htmlAnchorDirective = valueFn({
25
var href = toString.call(element.prop('href')) === '[object SVGAnimatedString]' ?
26
'xlink:href' : 'href';
27
element.on('click', function(event) {
28
- // If a different element was clicked, ignore it.
29
- if (element[0] !== event.target) return;
30
-
31
// if we have no href url, then don't navigate anywhere.
32
if (!element.attr(href)) {
33
event.preventDefault();
0 commit comments