Skip to content

Instantly share code, notes, and snippets.

@jshcrowthe
Created January 17, 2014 06:13
Show Gist options
  • Save jshcrowthe/8469165 to your computer and use it in GitHub Desktop.
Save jshcrowthe/8469165 to your computer and use it in GitHub Desktop.
AngularJS $ngRoute Template
app.config(function($routeProvider) {
$routeProvider.when("/",
{
controller: "",
templateUrl: ""
}).when("/",
{
controller: "",
templateUrl: ""
})
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment