From eb7f26cdd7fba8ac3b90c452be37dd3cb9055441 Mon Sep 17 00:00:00 2001 From: Pablo Marco del Pont Date: Tue, 6 Nov 2018 17:45:30 -0300 Subject: [PATCH] =?UTF-8?q?Cambio=20seg=C3=BAn=20code=20review.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controller.js b/src/js/controller.js index fa6828b..3601dbe 100644 --- a/src/js/controller.js +++ b/src/js/controller.js @@ -11,7 +11,7 @@ angular.module('focaLogin') $scope.$emit('blur'); }); }; - $scope.irPaso = function(numeroPaso){ + $scope.irPaso = function(numeroPaso) { $scope.paso = numeroPaso; }; } -- 1.9.1