From 7d5bbb6679a3ab22ac0a2bac99912675b4447291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s?= Date: Tue, 30 Oct 2018 18:14:13 -0300 Subject: [PATCH] mostrar cabecera como default --- src/js/controller.js | 2 +- src/views/nota-pedido.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index a4400bf..d06559a 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -33,7 +33,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', }; $scope.cabecera = []; - $scope.showCabecera = false; + $scope.showCabecera = true; $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 32c033d..80360a4 100644 --- a/src/views/nota-pedido.html +++ b/src/views/nota-pedido.html @@ -159,7 +159,7 @@ readonly > - +