We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839dc4a commit b4a2499Copy full SHA for b4a2499
src/ng1/directives/stateDirectives.ts
@@ -66,6 +66,7 @@ function clickHook(el: IAugmentedJQuery, $state: StateService, $timeout: ITimeou
66
$state.go(target.state, target.params, target.options);
67
});
68
e.preventDefault();
69
+ e.stopPropagation();
70
71
// if the state has no URL, ignore one preventDefault from the <a> directive.
72
var ignorePreventDefaultCount = type.isAnchor && !target.href ? 1: 0;
0 commit comments