Skip to content

Commit 5a12f92

Browse files
Revert "fix(ng1.uiSref): Allow nested UISrefs by stopping event propagation on-click"
This reverts commit b4a2499. Closes #2962
1 parent 98cd2d2 commit 5a12f92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng1/directives/stateDirectives.ts

-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ function clickHook(el: IAugmentedJQuery, $state: StateService, $timeout: ITimeou
6767
$state.go(target.state, target.params, target.options);
6868
});
6969
e.preventDefault();
70-
e.stopPropagation();
7170

7271
// if the state has no URL, ignore one preventDefault from the <a> directive.
7372
var ignorePreventDefaultCount = type.isAnchor && !target.href ? 1: 0;

0 commit comments

Comments
 (0)