Skip to content

Instantly share code, notes, and snippets.

View jshcrowthe's full-sized avatar

Josh Crowther jshcrowthe

View GitHub Profile
@jshcrowthe
jshcrowthe / ngRoute.js
Created January 17, 2014 06:13
AngularJS $ngRoute Template
app.config(function($routeProvider) {
$routeProvider.when("/",
{
controller: "",
templateUrl: ""
}).when("/",
{
controller: "",
templateUrl: ""
})