Commit b2fc56e26eb59a880232393072b2833db6e03d39

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

agrego foca-cabecera

See merge request !2
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>