diff --git a/src/js/controller.js b/src/js/controller.js index 1cd9a59..96e3bb9 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -12,14 +12,17 @@ angular.module('focaCrearCobranza') .controller('cobranzaController', $cookies, focaSeguimientoService) { $scope.botonera = [ - {texto: 'Cliente', accion: function() {$scope.seleccionarCliente();}}, - {texto: 'Cobrador', accion: function() {$scope.seleccionarCobrador();}}, - {texto: 'Comprobantes', accion: function() {$scope.swichDeuda();}}, - {texto: 'Cobros', accion: function() {$scope.swichCobro();}}, - {texto: 'Moneda', accion: function() {$scope.seleccionarMoneda();}}, + {texto: 'Cliente', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarCliente();}}, + {texto: 'Cobrador', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarCobrador();}}, + {texto: 'Comprobantes', imagen: '../img/abmPrecios.png', + accion: function() {$scope.swichDeuda();}}, + {texto: 'Cobros', imagen: '../img/abmPrecios.png', + accion: function() {$scope.swichCobro();}}, + {texto: 'Moneda', imagen: '../img/abmPrecios.png', + accion: function() {$scope.seleccionarMoneda();}}, {texto: '', accion: function() {}}, - {texto: '', accion: function() {}}, - {texto: '', accion: function() {}} ]; $scope.datepickerAbierto = false; $scope.cobroDeuda = true; diff --git a/src/views/cobranza.html b/src/views/cobranza.html index 46081d2..1c29820 100644 --- a/src/views/cobranza.html +++ b/src/views/cobranza.html @@ -1,28 +1,28 @@ -