Commit 7d5bbb6679a3ab22ac0a2bac99912675b4447291
1 parent
37da41698d
Exists in
master
mostrar cabecera como default
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -33,7 +33,7 @@ angular.module('focaCrearNotaPedido') .controller('notaPedidoCtrl', |
33 | 33 | }; |
34 | 34 | |
35 | 35 | $scope.cabecera = []; |
36 | - $scope.showCabecera = false; | |
36 | + $scope.showCabecera = true; | |
37 | 37 | |
38 | 38 | $scope.now = new Date(); |
39 | 39 | $scope.puntoVenta = Math.round(Math.random() * 10000); |
src/views/nota-pedido.html