-
Notifications
You must be signed in to change notification settings - Fork 264
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
active attribute for tabs breaks #61
Comments
Could you please create a plunkr demonstrating this issue? |
+1 Same issue here, using Angular 1.2.20 |
Sorry, not able to replicate in the tab demo on plunkr for either 1.2.17 or 1.2.20. If either of you could create a plunk demonstrating this issue, that'd be great. |
Sorry for the lazy response, Jeff, currently not much spare time, but will On Mon, Aug 11, 2014 at 2:59 PM, Jeff Browning [email protected]
|
👍 thanks |
feat(drilldownMenu): Add automatic resizing, an API, and events.
Using Angular 1.2.17 I run into problems using the active attribute for tabs.
The culprit seems to be this line:
https://github.com/madmimi/angular-foundation/blob/09d18584ab6112393acae4d81a72bf5211ba7683/src/tabs/tabs.js#L206
At the point of the first invocation of this watcher,
setActive
is undefined - in fact, it seems to be always undefined for me.I am not sure how the
setActive
function is working - it appears though that if I just comment it out, everything works fine.The text was updated successfully, but these errors were encountered: