Commit dd7154e9564dc9b0e6b3781af6de03b10ffc68bb
1 parent
6d11560da2
Exists in
master
and in
1 other branch
Arreglo de espacios
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/soloPositivos-directive.js
... | ... | @@ -11,7 +11,7 @@ angular.module('focaDirectivas') |
11 | 11 | if (!ngModel) return; |
12 | 12 | function modificar(texto) { |
13 | 13 | if (texto) { |
14 | - var cambioInput = texto.replace('-',''); | |
14 | + var cambioInput = texto.replace('-', ''); | |
15 | 15 | |
16 | 16 | if (cambioInput !== texto) { |
17 | 17 | ngModel.$setViewValue(cambioInput); |
... | ... | @@ -23,4 +23,4 @@ angular.module('focaDirectivas') |
23 | 23 | ngModel.$parsers.push(modificar); |
24 | 24 | } |
25 | 25 | }; |
26 | - }); | |
27 | 26 | \ No newline at end of file |
27 | + }); |