route.js 269 Bytes edit raw blame history 1 2 3 4 5 6 7 angular.module('focaHojaRuta') .config(['$routeProvider', function($routeProvider) { $routeProvider.when('/venta-hoja-ruta/lista', { controller: 'listaHojaRutaCtrl', templateUrl: 'src/views/lista-hoja-ruta.html' }); }]);