Commit 206b3151dc7d5845abcd6286ff579dca0bf45039
1 parent
4a6f50c9b0
Exists in
master
and in
1 other branch
espacio
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/js/controller.js
... | ... | @@ -43,7 +43,7 @@ angular.module('focaModal') |
43 | 43 | }; |
44 | 44 | $scope.aceptar = function(key) { |
45 | 45 | if (key === 13) { |
46 | - if(options.email && !validateEmails($scope.options.value)) { | |
46 | + if (options.email && !validateEmails($scope.options.value)) { | |
47 | 47 | focaModalService.alert('Ingrese email/s válido/s'); |
48 | 48 | return; |
49 | 49 | } |