angular.module('DummyApp').config ($routeProvider) -> $routeProvider .when '/about', templateUrl: 'static/about.html' .when '/terms', templateUrl: 'static/terms.html' .when '/privacy', templateUrl: 'static/privacy.html'