I am running into some issues where the controller is not being completely loaded before the html is executed. Because of that, my kendo menu never shows up. I put a demo on plnkr.
http://plnkr.co/edit/bScT0mlzOgY5Dx2rzcmf?p=preview If you run that code you see the following sequence of popup messages: Before menuCtrl After menuCtrl menuCtrl loaded What I expected is: Before menuCtrl menuCtrl loaded After menuCtrl How can I assure the controller has been loaded before the html is being loaded? Alternatively, is there a way to get the kendo menu to automatically update once the data from the controller becomes available just like with the "John Doe" sample? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
