Skip to content

Instantly share code, notes, and snippets.

@akshar100
Created November 16, 2013 12:02
Show Gist options
  • Save akshar100/7499415 to your computer and use it in GitHub Desktop.
Save akshar100/7499415 to your computer and use it in GitHub Desktop.
Simple Controller
var Home = App.Controller({
"layout":"home",
"theme":"ocean"
});
Home.index = {
"title":App.Components.TitleBar,
"footer": App.Components.Footer
"welcome": App.Components.Welcome
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment