diff --git a/package.json b/package.json index bc73867..d208469 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "foca-modal-informe-hoja-ruta", + "name": "foca-modal-informe-chofer", "version": "0.0.1", "description": "Modal para generar informes de correlatividad de hojas de ruta", "scripts": { @@ -14,7 +14,7 @@ ], "repository": { "type": "git", - "url": "http://git.focasoftware.com/npm/foca-modal-informe-hoja-ruta" + "url": "http://git.focasoftware.com/npm/foca-modal-informe-chofer.git" }, "author": "Nicolás Guarnieri", "license": "ISC", diff --git a/src/js/controller.js b/src/js/controller.js index 926d93e..8cc2a61 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -20,7 +20,7 @@ angular.module('focaModalInformeChofer') enableGridMenu: true, exporterMenuCsv: false, exporterPdfPageSize: 'A4', - exporterPdfFooter: function (currentPage, pageCount) { + exporterPdfFooter: function(currentPage, pageCount) { return { columns: [ {text: $filter('date')(new Date(), 'dd/MM/yyyy'), @@ -29,8 +29,7 @@ angular.module('focaModalInformeChofer') margin: [28, 0], alignment: 'right'} ] }; - }, - + } }; $scope.generarInforme = function() { $scope.generando = true;