route.js 254 Bytes edit raw blame history 1 2 3 4 5 6 7 angular.module('focaInformes') .config(['$routeProvider', function($routeProvider) { $routeProvider.when('/informes', { controller: 'focaInformesController', templateUrl: 'src/views/informes.html' }); }]);