Commit eb7f26cdd7fba8ac3b90c452be37dd3cb9055441

Authored by Pablo Marco del Pont
1 parent a667c0089a
Exists in master

Cambio según code review.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -11,7 +11,7 @@ angular.module('focaLogin')
11 11 $scope.$emit('blur');
12 12 });
13 13 };
14   - $scope.irPaso = function(numeroPaso){
  14 + $scope.irPaso = function(numeroPaso) {
15 15 $scope.paso = numeroPaso;
16 16 };
17 17 }