Commit c0576cccfa2fd8c46f1c0cad3548a9dcb77ac24f
1 parent
d5dac011fe
Exists in
master
code review
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/js/controller.js
| ... | ... | @@ -25,7 +25,6 @@ angular.module('focaModalDetalles') |
| 25 | 25 | }; |
| 26 | 26 | |
| 27 | 27 | $scope.aceptar = function() { |
| 28 | - console.log($scope.files); | |
| 29 | 28 | $uibModalInstance.close({ |
| 30 | 29 | observacion: $scope.observaciones, |
| 31 | 30 | monto: $scope.importe, |
| ... | ... | @@ -70,12 +69,11 @@ angular.module('focaModalDetalles') |
| 70 | 69 | quality: 100, |
| 71 | 70 | destinationType: Camera.DestinationType.DATA_URL, |
| 72 | 71 | sourceType: srcType, |
| 73 | - | |
| 74 | 72 | encodingType: Camera.EncodingType.JPEG, |
| 75 | 73 | mediaType: Camera.MediaType.PICTURE, |
| 76 | 74 | allowEdit: true, |
| 77 | 75 | correctOrientation: true |
| 78 | - } | |
| 76 | + }; | |
| 79 | 77 | return options; |
| 80 | 78 | } |
| 81 | 79 |