Skip to content

Instantly share code, notes, and snippets.

@jbueza
Created April 15, 2012 06:38
Show Gist options
  • Save jbueza/2390486 to your computer and use it in GitHub Desktop.
Save jbueza/2390486 to your computer and use it in GitHub Desktop.
// app.js
app
.map(".login-component", [ { controller: "abc.User.LoginController" ])
.map(".registration-component", [{controller: "abc.User.RegistrationController"}])
.start()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment