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