Commit f2dbb3ab580811102202033800ce4b3965e703d0
1 parent
d9da0b2f86
Exists in
master
and in
1 other branch
agrego dateTime
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
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