Commit c7154c2464d3772cbe9e174ddbb9aa77cfe24f01
1 parent
ebe4fe357b
Exists in
master
nueva botonera
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -8,7 +8,11 @@ angular.module('focaLogisticaPedidoRuta') .controller('focaLogisticaPedidoRutaCo |
8 | 8 | |
9 | 9 | //Datos Pantalla |
10 | 10 | $scope.titulo = 'Logistica de Pedidos'; |
11 | - $scope.botonera = ['Transportista']; | |
11 | + var transportista = { | |
12 | + label: 'transportista', | |
13 | + image: 'abmChofer.png' | |
14 | + }; | |
15 | + $scope.botonera = [transportista]; | |
12 | 16 | var cabecera = ''; |
13 | 17 | $scope.now = new Date(); |
14 | 18 | $scope.idVendedor = 0; |