From 00c8661db1d73b6b4f1a4c2eb88de039a710c971 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Mon, 5 Nov 2018 17:53:33 -0300 Subject: [PATCH] =?UTF-8?q?Implement=C3=A9=20bot=C3=B3n=20para=20seguimien?= =?UTF-8?q?to=20gps.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index 0185fb2..6e149f7 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -20,9 +20,9 @@ angular.module('focaBotoneraPrincipal') accion: '/venta-nota-pedido/crear' }, { - texto: '', - clase: 'botonera-principal-vacio', - accion: '/' + texto: 'Seguimiento GPS', + clase: 'botonera-principal-seguimiento', + accion: '/admin-seguimiento' }, { texto: '', -- 1.9.1