diff --git a/src/js/controller.js b/src/js/controller.js index c817043..a4400bf 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -33,6 +33,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', }; $scope.cabecera = []; + $scope.showCabecera = false; $scope.now = new Date(); $scope.puntoVenta = Math.round(Math.random() * 10000); diff --git a/src/views/nota-pedido.html b/src/views/nota-pedido.html index 70f3912..32c033d 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -5,30 +5,48 @@
-
-
NOTA DE PEDIDO
+
+
NOTA DE PEDIDO
-
Nº {{puntoVenta}}-{{comprobante}}
-
+
Nº {{puntoVenta}}-{{comprobante}}
+
Fecha: {{ now | date:'dd/MM/yyyy HH:mm'}}
-
+