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

Unable add 3rd or 4th level sub menu #43

Open
mohanrajatveradis opened this issue Aug 25, 2016 · 1 comment
Open

Unable add 3rd or 4th level sub menu #43

mohanrajatveradis opened this issue Aug 25, 2016 · 1 comment

Comments

@mohanrajatveradis
Copy link

I am trying to third level sub menu like, but this does not work

ssSideNavSectionsProvider.initWithSections([{ name: '', type: 'heading', children: [{ name: 'Toogle 1', type: 'toggle', pages: [{ name: 'item 1', state: 'common.toggle1.item1' }, { name: 'item 2', state: 'common.toggle1.item2' },{ name: 'item 3', type: 'toggle', pages: [{ name: 'item 1', state: 'common.toggle1.item1' }] }] }] }, { name: 'Simple link to Index state', state: 'common.index', type: 'link' }]);

Could you help me here.

@mouryaamit
Copy link

@mohanrajatveradis did you got any solution

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

2 participants