-
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(collapse): IE 10: Can't bind to 'hidden' since it isn't a known native property #238
Comments
will this help? #193 |
At the moment, yes #193 can be used, but as a very short solution. But as it is something in ng2-bootstrap I suggest that we redo it. |
agreed, *ngIf? |
*ngIf |
With Same problem or something else? |
Last time when I have seen such issue, is when I forgot to add directive to component's declaration |
just to keep in mind |
Hello!
IE 10!
Template parse errors:
Can't bind to 'hidden' since it isn't a known native property ("true">
<span [ngTransclude]="tabz.headingRef">{{tabz.heading}}
<span [ERROR ->][hidden]="!tabz.removable">
<span (click)="$event.preventDefault(); removeTab(tabz);" c"): Tabset
Help, please.
The text was updated successfully, but these errors were encountered: