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