angular.module('focaLogisticaPedidoRuta')
.config(['$routeProvider', function($routeProvider) {
$routeProvider.when('/logistica-pedido-ruta', {
controller: 'focaLogisticaPedidoRutaController',
templateUrl: 'src/views/foca-logistica-pedido-ruta.html'
});
}]);