Commit d7942996a186224861c82ac7631593fdcf148ed0
1 parent
6d606aaa56
Exists in
master
url correcta package.json
Showing
2 changed files
with
4 additions
and
5 deletions
Show diff stats
package.json
| 1 | 1 | { |
| 2 | - "name": "foca-modal-informe-hoja-ruta", | |
| 2 | + "name": "foca-modal-informe-chofer", | |
| 3 | 3 | "version": "0.0.1", |
| 4 | 4 | "description": "Modal para generar informes de correlatividad de hojas de ruta", |
| 5 | 5 | "scripts": { |
| ... | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | ], |
| 15 | 15 | "repository": { |
| 16 | 16 | "type": "git", |
| 17 | - "url": "http://git.focasoftware.com/npm/foca-modal-informe-hoja-ruta" | |
| 17 | + "url": "http://git.focasoftware.com/npm/foca-modal-informe-chofer.git" | |
| 18 | 18 | }, |
| 19 | 19 | "author": "Nicolás Guarnieri", |
| 20 | 20 | "license": "ISC", |
src/js/controller.js
| ... | ... | @@ -20,7 +20,7 @@ angular.module('focaModalInformeChofer') |
| 20 | 20 | enableGridMenu: true, |
| 21 | 21 | exporterMenuCsv: false, |
| 22 | 22 | exporterPdfPageSize: 'A4', |
| 23 | - exporterPdfFooter: function (currentPage, pageCount) { | |
| 23 | + exporterPdfFooter: function(currentPage, pageCount) { | |
| 24 | 24 | return { |
| 25 | 25 | columns: [ |
| 26 | 26 | {text: $filter('date')(new Date(), 'dd/MM/yyyy'), |
| ... | ... | @@ -29,8 +29,7 @@ angular.module('focaModalInformeChofer') |
| 29 | 29 | margin: [28, 0], alignment: 'right'} |
| 30 | 30 | ] |
| 31 | 31 | }; |
| 32 | - }, | |
| 33 | - | |
| 32 | + } | |
| 34 | 33 | }; |
| 35 | 34 | $scope.generarInforme = function() { |
| 36 | 35 | $scope.generando = true; |