angular.module('focaCrearHojaRuta') .config(['$routeProvider', function($routeProvider) { $routeProvider.when('/venta-hoja-ruta/crear', { controller: 'hojaRutaCtrl', templateUrl: 'src/views/hoja-ruta.html' }); }]);