-
Notifications
You must be signed in to change notification settings - Fork 20
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
Using "em-tab-panel" inside an each block #15
Comments
My guess is the following. ember-idx-tabs rely upon the |
Hi lolmaus!! Thx for the answer!!! I dont understand very much how it works on the inside, but what I could find out is that in line https://github.com/indexiatech/ember-idx-tabs/blob/master/addon/tab-panel.js#L56, this.get('selected') is returning undefined. |
Hi, See pull request #10 |
@lolmaus is right, it has something to do with calling parentView and parentView.parentView. |
Hi!!! I'm trying to use ember-idx-tabs on my app.
My associations are as follow:
Practice ->* PracticePart -> Part
On the Practice show template I would like to show a tab for each PracticePart.
I came up with
The problem is I'm getting only the tabs, the panels are all hidden (display: none).
If I dont iterate, but instead some em-tab-panels manually they are shown correctly and behave as expected.
I'm guessing its something I'm not doing well, cause I'm just learning ember.js, I'd appreciate any help!!!
The text was updated successfully, but these errors were encountered: