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
UISrefActive seems to throw this exception sometimes. Probably need to clean up an observable subscription somewhere.
It seems to be happening when the uiSrefActive is enclosing multiple uiSref, and thoseuiSref` are added/removed (e.g., *ngIf)
uiSrefActive
, and those
jhipster/generator-jhipster#4220 (comment)
The text was updated successfully, but these errors were encountered:
Plunker Reproduction: http://plnkr.co/edit/LSilL1F5tcB3xTxn9KPH?p=preview
Uncheck "People" to make the "People" uiSref disappear, then click the "About" tab
Sorry, something went wrong.
e3051f5
No branches or pull requests
UISrefActive seems to throw this exception sometimes.
Probably need to clean up an observable subscription somewhere.
It seems to be happening when the
uiSrefActive
is enclosing multiple uiSref, and those
uiSref` are added/removed (e.g., *ngIf)jhipster/generator-jhipster#4220 (comment)
The text was updated successfully, but these errors were encountered: