Commit 2009527e5ad903106863d1b8015bc231b508ee09
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Boton con imagen See merge request !12
Showing
1 changed file
Show diff stats
src/js/controller.js
... | ... | @@ -6,7 +6,10 @@ angular.module('focaAbmVehiculo') |
6 | 6 | $uibModal, focaBotoneraLateralService, $timeout) { |
7 | 7 | |
8 | 8 | $scope.now = new Date(); |
9 | - $scope.botonera = ['Transportista']; | |
9 | + $scope.botonera = [{ | |
10 | + label: 'Transportista', | |
11 | + image: 'cliente.png' | |
12 | + }]; | |
10 | 13 | |
11 | 14 | //SETEO BOTONERA LATERAL |
12 | 15 | focaBotoneraLateralService.showSalir(true); |