We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7522c26 commit 9111727Copy full SHA for 9111727
src/ng2/uiSrefStatus.ts
@@ -43,7 +43,7 @@ export class UiSrefStatus {
43
private _deregisterHook;
44
45
// current statuses of the state/params the uiSref directive is linking to
46
- @Output("uiSrefStatus") uiSrefStatus = new EventEmitter<SrefStatus>();
+ @Output("uiSrefStatus") uiSrefStatus = new EventEmitter<SrefStatus>(false);
47
48
status: SrefStatus = {
49
active: false,
0 commit comments