-
Notifications
You must be signed in to change notification settings - Fork 9
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
menuService.addSection not working #85
Comments
I want sections to appear like Tree structured links..this approach also fails while executing from HomeController
}); |
Hello @aritrabasu104, are you using w20-business-theme? |
Hello again, it seems that angularjs does not allow to set routes from a controller. Routes must to be added on .config method. That's what W20 do by default. |
Hi @jmmartinez84 even in that case , can we have a slider for routes under a menu item? and yes i am using the buisness theme |
I need to add entries like Admin,User etc to the left navigation menu.
i tried
menuService.registerSectionType('w20-views', { icon: 'fa fa-th-list' }); menuService.addSection('view1', 'w20-views', { templateUrl: '{ecop-ihm}/views/temp.html' }); menuService.addSection('view2', 'w20-views', { templateUrl: '{ecop-ihm}/views/temp1.html' }); navigationService.refreshNavigation();
from myController but this fails to work.
The text was updated successfully, but these errors were encountered: