route.js 263 Bytes edit raw blame history 1 2 3 4 5 6 7 angular.module('focaCrearFactura') .config(['$routeProvider', function($routeProvider) { $routeProvider.when('/venta-factura/crear', { controller: 'facturaController', templateUrl: 'src/views/factura.html' }); }]);