What am I doing wrong in this if ?
if (angular.uppercase(nome[id]) in ['A', 'E','I', 'O', 'U']) {
....
}
If I only do this, it works. But I'll have to repeat it to others.
if (angular.uppercase(nome[id]) == 'A'){
.....
}...
asked by
25.12.2015 / 20:57