-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-tabs: model.assign is not a function #3537
Comments
removes unnecessary $attrs.$observe utilizes $normalize for attr generation Closes #3521.
@robertbaker Can you provide a CodePen or some way for me to see this failing? Also, what version of Angular and what browser? I'm not able to recreate this error. |
@robertbaker Do you have |
Closing for now, will re-open with demo. |
…`md-selected` is added to `md-tabs` Closes #3537
@robertmesserle ~~~I have md-selected="1", removed it and it works. According to docs, it should be an integer. I tried "'1'", didn't work. I don't have a controller on this view (not needed).~~~ Also go to the master demo site, go to md-tabs demo. Now switch to a directive using the md-select dropdown. Page doesn't change but appears to, refresh browser, see correct page. |
Ah, thanks for pointing that out! This was experimental, so I'm going to switch back to the previous method for now. Edit: Actually, looking into this now, it does not seem to be related to any recent changes. Trying to track down the commit that caused this issue now. |
…`md-selected` is added to `md-tabs` Closes #3537
Did a bower update from master and my tabs broke. Looks like the tabs demo is also broken.
Not using a ngModel anywhere on tabs.
The text was updated successfully, but these errors were encountered: