Commit 1bc980de8202733261384d5fcfc58ebc4ba9e149
1 parent
c8ad496f18
Exists in
master
boton con imagen
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -8,7 +8,10 @@ angular.module('focaAbmChofer') |
8 | 8 | $scope.now = new Date(); |
9 | 9 | $scope.filters = ''; |
10 | 10 | $scope.choferes = []; |
11 | - $scope.botonera = ['Transportista']; | |
11 | + $scope.botonera = [{ | |
12 | + label: 'Transportista', | |
13 | + image: 'cliente.png' | |
14 | + }]; | |
12 | 15 | $scope.focused = 1; |
13 | 16 | |
14 | 17 | //SETEO BOTONERA LATERAL |