Skip to content

Instantly share code, notes, and snippets.

@nsanta
Created November 2, 2012 00:11
Show Gist options
  • Save nsanta/3997777 to your computer and use it in GitHub Desktop.
Save nsanta/3997777 to your computer and use it in GitHub Desktop.
angular timeline blog post gists four
app = angular.module(‘AwesomeApp’, [‘ngResource’]).
.config [‘$routeProvider’, ($route) →
$route.when(‘/sessions’, {
controller: ‘SessionCtrl’, # replace the controller function by the controller name
templateUrl: ‘/app/templates/sessions/login.html’
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment