Commit 64d354f8cebd6e2652325f2a5aad4e63960c9c52
Exists in
master
and in
1 other branch
Merge remote-tracking branch 'upstream/master'
Showing
2 changed files
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