Skip to content

Instantly share code, notes, and snippets.

@dfbaskin
Created April 18, 2013 02:21
Show Gist options
  • Save dfbaskin/5409506 to your computer and use it in GitHub Desktop.
Save dfbaskin/5409506 to your computer and use it in GitHub Desktop.
$routeProvider.when('/detail/:id', {
templateUrl: '/Home/Detail',
controller: 'detailCtrl',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment