Skip to content

Commit 0ebf4c1

Browse files
committed
Fix typo
1 parent f0ccd01 commit 0ebf4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/uiSref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class UISref implements OnChanges {
130130
this._parent = parent;
131131

132132
this._statesSub = _router.globals.states$.subscribe(() => this.update());
133-
this._statesSub = _router.globals.params$.subscribe(() => this.update());
133+
this._paramsSub = _router.globals.params$.subscribe(() => this.update());
134134
}
135135

136136
/** @internal */

0 commit comments

Comments
 (0)