-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Fix error throw when router view change if tabset directive is included #180
Conversation
When tabset's view is destroyed, for example, the router change. There's an ```EXCEPTION: Attempt to use a dehydrated detector.``` throw on ng2-beta.6.
Hey, looks good |
Definitely. Dmitriy Shekhovtsov [email protected]於 2016年2月12日 週五,下午10:20寫道:
|
👍 |
Any thoughts on when this will be merged? |
Right now I am updating ng2-bootstrap up to beta7 |
Still getting errors like |
Well the fix landed in |
Glad to hear that. binarious [email protected]於 2016年2月25日 週四,下午12:25寫道:
|
@lanocturne I have squashed commits, so you can see release notes now :) |
When tabset's view is destroyed, for example, the router change. There's an
EXCEPTION: Attempt to use a dehydrated detector.
throw on ng2-beta.6.Reference Issue: @angular/angular#6786