R
Radoslav Kirilov
Guest
Hi Louis, You cannot call getMenus() in the toState.resolve.allMenus, since this method tries to manipulate the html( and the DOM) which have not been loaded by angular yet. There you can only call the getServiceUri() (like in the code snippet which I sent you) in order to populate service property which holds the urls based on the providers. To customize the side navigation, you need to override its template and/or controller. In the following thread, you can find more details how to achive that: https://community.progress.com/community_groups/openedge_kendo_ui_builder/f/255/p/34581/107186#107186 Best, Rado
Continue reading...
Continue reading...