Commit 8c5f5976a2ee5ee3a2c79ee536ec6d76d9cef651

Authored by Nicolás Guarnieri
1 parent 68a8009d63
Exists in master

signos para cumplir pre-commit

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
src/js/controller.js
... ... @@ -119,7 +119,8 @@ angular.module('focaCrearRemito') .controller('remitoController',
119 119 // funcion ejecutada cuando se cancela el modal
120 120 }
121 121 );
122   - }
  122 + };
  123 +
123 124 $scope.seleccionarRemito = function() {
124 125 var modalInstance = $uibModal.open(
125 126 {
... ... @@ -158,7 +159,7 @@ angular.module('focaCrearRemito') .controller('remitoController',
158 159 // funcion ejecutada cuando se cancela el modal
159 160 }
160 161 );
161   - }
  162 + };
162 163  
163 164 //La pantalla solo se usa para cargar remitos
164 165 // if (remitoTemp !== undefined) {