Commit 35d2a78d2a63eb3d62c0fbcc7ca0007d7456916e

Authored by Benjamin Rodriguez
1 parent cb3d271cfe
Exists in develop

agrego espacio

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
src/js/controllerModal.js
... ... @@ -198,7 +198,7 @@ angular.module('focaModal')
198 198 }
199 199 $scope.busquedaPress(13);
200 200  
201   - $scope.clearInput = function(){
  201 + $scope.clearInput = function() {
202 202 $scope.filters = '';
203 203 };
204 204 }]
... ... @@ -17,7 +17,7 @@ angular.module('focaModal')
17 17 }
18 18 );
19 19 },
20   - info: function(textoModal){
  20 + info: function(textoModal) {
21 21 return $uibModal.open({
22 22 templateUrl: 'modal-info.html',
23 23 controller: 'focaModalInfoController',