diff --git a/src/js/controller.js b/src/js/controller.js index 21c7bbd..3047bf0 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -3,13 +3,16 @@ angular.module('focaCrearHojaRuta') .controller('hojaRutaCtrl', '$scope', '$uibModal', '$location', '$filter', 'crearHojaRutaService', 'focaModalService', function($scope, $uibModal, $location, $filter, crearHojaRutaService, focaModalService) { $scope.botonera = [ - {texto: 'Transportista', accion: function() {$scope.seleccionarProveedor();}}, - {texto: 'Chofer', accion: function() {$scope.seleccionarChofer();}}, - {texto: 'Vehiculo', accion: function() {$scope.seleccionarVehiculo();}}, - {texto: 'Tarifario', accion: function() {$scope.seleccionarTarifario();}}, - {texto: 'Remitos', accion: function() {$scope.seleccionarRemito();}}, - {texto: '', accion: function() {}}, - {texto: '', accion: function() {}}, + {texto: 'Transportista', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarProveedor();}}, + {texto: 'Chofer', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarChofer();}}, + {texto: 'Vehículo', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarVehiculo();}}, + {texto: 'Tarifario', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarTarifario();}}, + {texto: 'Remitos', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarRemito();}}, {texto: '', accion: function() {}} ]; $scope.datepickerAbierto = false; diff --git a/src/views/hoja-ruta.html b/src/views/hoja-ruta.html index c04ec5e..ad35c01 100644 --- a/src/views/hoja-ruta.html +++ b/src/views/hoja-ruta.html @@ -1,21 +1,21 @@ -