Commit 55673fe9673cdebc168a42324ccf43732900941b
Exists in
master
and in
2 other branches
Merge branch 'master' into 'master'
boton con imagen See merge request !7
Showing
1 changed file
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 |