angular-material-sidenav
angular-material-sidenav copied to clipboard
the sideMenu is not display? what can I do
hard to tell without source code...
you have correct implemented:
- [ ] root html: ui-view
- [ ] _common.html
- [ ] _common controller (required even if empty)
- [ ]
ssSideNavSectionsProvider.initWithSections([...]);
- [ ]
$stateProvider.state(...)
i think that should be everything important have you checked the demo?