We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See ui-router/quickstart-ng2#10
The bug is from how we access the UISref in the UISrefStatus: by injecting it into the constructor here: https://github.com/angular-ui/ui-router/blob/master/src/ng2/directives/uiSrefStatus.ts#L58
UISref
UISrefStatus
We should probably be using the ContentChild feature to find the child UISref(s): https://angular.io/docs/ts/latest/api/core/index/ContentChild-var.html
The text was updated successfully, but these errors were encountered:
999c42a
fix(ng2.uiSrefActive): Allow uiSrefActive on ancestor element.
874fc07
feat(ng2.uiSrefActive): Refactor using observables Closes #2950
No branches or pull requests
See ui-router/quickstart-ng2#10
The bug is from how we access the
UISref
in theUISrefStatus
: by injecting it into the constructor here: https://github.com/angular-ui/ui-router/blob/master/src/ng2/directives/uiSrefStatus.ts#L58We should probably be using the ContentChild feature to find the child UISref(s): https://angular.io/docs/ts/latest/api/core/index/ContentChild-var.html
The text was updated successfully, but these errors were encountered: