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

disabled attribute is deprecated #39

Closed
alexilyaev opened this issue Sep 24, 2015 · 3 comments
Closed

disabled attribute is deprecated #39

alexilyaev opened this issue Sep 24, 2015 · 3 comments

Comments

@alexilyaev
Copy link
Contributor

I get this message in the console:
Use of "disabled" attribute has been deprecated, please use "disable"

Reference:
https://github.com/angular-ui/bootstrap/tree/master/src/tabs/docs

@rpocklin
Copy link
Owner

Look like, in the version of ui-bootstrap you are using... the use of "disabled" attribute has been deprecated :)

Can you tell me what version of ui-bootstrap you are using (i'm guessing not master :) and i'll look at a version bump of this when we include this change (as it breaks existing behaviour).

Keep in mind it's a warning, not an error.

@alexilyaev
Copy link
Contributor Author

I'm using:

"name": "angular-ui-bootstrap",
"version": "0.13.3",
"name": "angular-ui-router-tabs",
"version": "1.4.2",

@rpocklin
Copy link
Owner

Fixed in v1.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants