From 4c587a77ba34f211ef859d851daefdad83680d9e Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Thu, 25 Oct 2018 19:08:19 -0300 Subject: [PATCH] =?UTF-8?q?Remov=C3=AD=20el=20bot=C3=B3n=20Bomba.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/controller.js b/src/js/controller.js index 47e9d63..afa4973 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -13,7 +13,6 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', texto: 'Precios y condiciones', accion: function() {$scope.abrirModalListaPrecio();}}, {texto: 'Flete', accion: function() {$scope.abrirModalFlete();}}, - {texto: 'Bomba', accion: function() {}}, {texto: 'Detalle', accion: function() {}}, {texto: 'Totales', accion: function() {}} ]; -- 1.9.1