sovanna / angular-material-sidenav

Simple component that reproduce the Angular Material Style SideNav Menu from their own website
http://sovanna.github.io/angular-material-sidenav/
109 stars 55 forks source link

Issue with Pages #31

Open mmteyrek opened 8 years ago

mmteyrek commented 8 years ago

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 commented 8 years ago

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