Skip to content

Instantly share code, notes, and snippets.

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