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

Issue with Pages #31

Open
mmteyrek opened this issue Apr 20, 2016 · 1 comment
Open

Issue with Pages #31

mmteyrek opened this issue Apr 20, 2016 · 1 comment

Comments

@mmteyrek
Copy link

Hello,
First, I would thank for this library.
I'm facing an issue to display more than one page under toggle.

With this code following, only Item 1 is displayed :
{ name:"Toogle 1", type:"toggle", pages: [ { id:"toogle_1_link_1", name:"item 1", state:"common.toggle1.item1" }, { id:"toogle_1_link_2", name:"item 2", state:"common.toggle1.item2" }, { id:"toogle_1_link_3", name:"item 3", state:"common.toggle1.item3" } ] }

If I put Page as hidden, Item 2 will display.
Any idea?
Thank you.

@mmteyrek
Copy link
Author

I found the origine the issue but didn't understand the reason.
The issue occurs when I add .
ng-scope{
height: 100%;
}
in my css

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

1 participant