I'd like to dynamically create my menus from an Angular $http/$resource call as they will be dynamic based on the user's profile. However, I can't seem to get the Menu object to respond to anything I put into ng-repeat.
Here's my test case:
http://dojo.telerik.com/@pacific202/uSiqa/2
The first one is a working menu with text and url's displayed properly. The other three are various combinations of menus I'd like to build.
Any tips on this?