Last active
December 31, 2015 10:49
-
-
Save magicshui/7975365 to your computer and use it in GitHub Desktop.
nested menu list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App.ApplicationRoute = Ember.Route.extend | |
setupController: (controller,model)-> | |
this._super(controller,model) | |
controller.set('menu',App.Menu.find()) | |
return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
App.IndexRoute = Ember.Route.extend() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment