Skip to content

Instantly share code, notes, and snippets.

@wcadap
Created January 2, 2015 14:00
Show Gist options
  • Save wcadap/da7da59d380d1e6e67f1 to your computer and use it in GitHub Desktop.
Save wcadap/da7da59d380d1e6e67f1 to your computer and use it in GitHub Desktop.
$routeProvider.when('/mycontacts/newcontact', {
templateUrl: "app/contact/html/contactForm.html",
controller: "contactAddController"
}),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment