Commit d1411789ec8978a49f8cfd350b130be34c9a66e1
1 parent
26e51263bb
Exists in
master
boton con imagen
Showing
1 changed file
with
4 additions
and
1 deletions
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); |