Commit a8f4e2e76a6ec822ef4c9deb9e410c6d873967de

Authored by Jose Pinto
1 parent ce360fd4e7
Exists in master

agrego foca-cabecera

src/js/controller.js
... ... @@ -15,6 +15,7 @@ angular.module('focaAbmPreciosCondiciones')
15 15 focaBotoneraLateralService.showGuardar(false);
16 16 });
17 17  
  18 + $scope.now = new Date();
18 19 $scope.editar = function(id) {
19 20 $location.path('/precio-condicion/' + id);
20 21 };
src/views/foca-abm-precios-condiciones-listado.html
  1 +<foca-cabecera-facturador
  2 + titulo="'Precios y condiciones'"
  3 + fecha="now"
  4 + class="mb-0 col-lg-12"
  5 + ></foca-cabecera-facturador>
1 6 <div class="lista">
2   - <h4>Precios y Condiciones</h4>
3 7 <table class="table table-sm table-hover table-nonfluid">
4 8 <thead>
5 9 <tr>