Skip to content

Instantly share code, notes, and snippets.

@0xjmp
Created March 13, 2015 17:34
Show Gist options
  • Save 0xjmp/8d1cfedd6a4f741f6169 to your computer and use it in GitHub Desktop.
Save 0xjmp/8d1cfedd6a4f741f6169 to your computer and use it in GitHub Desktop.
.when('/users/sign_in', {
templateUrl: 'sign-in.html'
})
.when('/users/sign_up', {
templateUrl: 'sign-up.html'
})
.when('/users/:id', {
templateUrl: 'user.html'
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment