From 3c6f16793e45d038add6cc599871e92ff3e3b959 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Fri, 26 Oct 2018 16:41:46 -0300 Subject: [PATCH] =?UTF-8?q?-=20Agregu=C3=A9=20dos=20botones=20vac=C3=ADos?= =?UTF-8?q?=20para=20completar=20la=20grilla.=20-=20Modifiqu=C3=A9=20para?= =?UTF-8?q?=20que=20no=20muestre=20el=20=C3=ADcono=20si=20no=20hay=20texto?= =?UTF-8?q?.=20-=20Agregu=C3=A9=20N=C2=BA.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 4 +++- src/views/nota-pedido.html | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index 9ac53bb..e311dfc 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -13,7 +13,9 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', texto: 'Precios y condiciones', accion: function() {$scope.abrirModalListaPrecio();}}, {texto: 'Flete', accion: function() {$scope.abrirModalFlete();}}, - {texto: 'Totales', accion: function() {}} + {texto: 'Totales', accion: function() {}}, + {texto: '', accion: function() {}}, + {texto: '', accion: function() {}} ]; $scope.show = false; diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 78bc9b1..2adf390 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -11,7 +11,7 @@
NOTA DE PEDIDO
-
{{puntoVenta}}-{{comprobante}}
+
NÂș {{puntoVenta}}-{{comprobante}}
@@ -30,7 +30,10 @@ class="btn btn-default btn-block btn-xs text-left py-2" ng-click="boton.accion()" > - +   {{boton.texto}} -- 1.9.1