From 6c25a7c1488aabe4096f151810655e47747a7cdd Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Wed, 31 Oct 2018 12:22:21 -0300 Subject: [PATCH] =?UTF-8?q?Agregu=C3=A9=20cambio=20de=20fecha.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 1 + src/views/nota-pedido.html | 19 +++++++++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index 2c9e1f8..3612e94 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -17,6 +17,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', {texto: '', accion: function() {}}, {texto: '', accion: function() {}} ]; + $scope.datepickerAbierto = false; $scope.show = false; $scope.cargando = true; diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 80360a4..f5e69b2 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -9,8 +9,23 @@
NOTA DE PEDIDO
NÂș {{puntoVenta}}-{{comprobante}}
-
- Fecha: {{ now | date:'dd/MM/yyyy HH:mm'}} +
+ Fecha: + + +
-- 1.9.1