Commit 887652239f2b8e1cdc4be9fc356f128aecd3ce4c

Authored by Pablo Marco del Pont
Exists in master and in 1 other branch develop

Merge branch 'master' into 'master'

agrego dateTime

See merge request modulos-npm/foca-admin-seguimiento!4
src/js/controller.js
... ... @@ -3,6 +3,8 @@ angular.module('focaAdminSeguimiento') .controller('focaAdminSeguimientoControll
3 3 function($scope, focaAdminSeguimientoService, $location, $routeParams) {
4 4 $scope.actividad = '';
5 5  
  6 + $scope.now = new Date();
  7 +
6 8 if ($routeParams.parametro === 'nota-pedido') {
7 9 $scope.actividad = 'Nota de pedido';
8 10 }
src/views/foca-admin-seguimiento.html
... ... @@ -9,6 +9,13 @@
9 9 />
10 10 </div>
11 11 <div class="col-2 pl-0">
  12 + <input
  13 + type="date"
  14 + ng-model="now"
  15 + class="btn col-12 my-1"
  16 + foca-focus="true"
  17 + hasta-hoy
  18 + />
12 19 <button
13 20 type="button"
14 21 ng-class="{'active': general}"