From 4ac2c1d269a1c46590e587c5ce6050a669c38025 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Fri, 1 Mar 2019 14:49:43 -0300 Subject: [PATCH] espacios --- src/js/controller.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/js/controller.js b/src/js/controller.js index f5ce666..d019760 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -25,9 +25,9 @@ angular.module('focaInformes') size: 'xl' } ) - .result.then(function(){ + .result.then(function() { focaBotoneraLateralService.showTeclado(true); - }, function(){ + }, function() { focaBotoneraLateralService.showTeclado(true); }); }; @@ -41,9 +41,9 @@ angular.module('focaInformes') size: 'xl' } ) - .result.then(function(){ + .result.then(function() { focaBotoneraLateralService.showTeclado(true); - }, function(){ + }, function() { focaBotoneraLateralService.showTeclado(true); }); }; @@ -57,9 +57,9 @@ angular.module('focaInformes') size: 'xl' } ) - .result.then(function(){ + .result.then(function() { focaBotoneraLateralService.showTeclado(true); - }, function(){ + }, function() { focaBotoneraLateralService.showTeclado(true); }); }; @@ -73,9 +73,9 @@ angular.module('focaInformes') size: 'xl' } ) - .result.then(function(){ + .result.then(function() { focaBotoneraLateralService.showTeclado(true); - }, function(){ + }, function() { focaBotoneraLateralService.showTeclado(true); }); }; @@ -89,9 +89,9 @@ angular.module('focaInformes') size: 'xl' } ) - .result.then(function(){ + .result.then(function() { focaBotoneraLateralService.showTeclado(true); - }, function(){ + }, function() { focaBotoneraLateralService.showTeclado(true); }); }; @@ -106,9 +106,9 @@ angular.module('focaInformes') size: 'xl' } ) - .result.then(function(){ + .result.then(function() { focaBotoneraLateralService.showTeclado(true); - }, function(){ + }, function() { focaBotoneraLateralService.showTeclado(true); }); }; -- 1.9.1