Skip to content
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

Closed
AndreyKotofotoff opened this issue Mar 2, 2016 · 7 comments
Labels
Milestone

Comments

@AndreyKotofotoff
Copy link

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.

@valorkin
Copy link
Member

valorkin commented Mar 2, 2016

will this help? #193

@edinfazlic
Copy link
Contributor

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.

@valorkin
Copy link
Member

valorkin commented Mar 2, 2016

agreed, *ngIf?

@AndreyKotofotoff
Copy link
Author

*ngIf

@valorkin valorkin added the issue label Mar 4, 2016
@matthewvalimaki
Copy link

With Chrome 49 and Angular 2.0.0-beta.9 I'm getting Can't bind to 'collapse' since it isn't a known native property with the example from http://valor-software.com/ng2-bootstrap/#collapse.

Same problem or something else?

@valorkin
Copy link
Member

Last time when I have seen such issue, is when I forgot to add directive to component's declaration

@valorkin valorkin changed the title IE 10: Can't bind to 'hidden' since it isn't a known native property fix(collapse): IE 10: Can't bind to 'hidden' since it isn't a known native property Mar 24, 2016
@valorkin valorkin added this to the beta.12 milestone Mar 24, 2016
@valorkin
Copy link
Member

@valorkin valorkin changed the title fix(collapse): IE 10: Can't bind to 'hidden' since it isn't a known native property fix(collapse): IE 10: Can't bind to 'hidden' since it isn't a known native property Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants