Commit e4431065bbf30102ad33c8c599694f165f6408f4
1 parent
6dadcfc6e1
Exists in
master
and in
1 other branch
fuera error al seleccionar fechas
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/js/uppercaseOnly-directive.js
... | ... | @@ -24,10 +24,10 @@ angular.module('focaDirectivas') |
24 | 24 | } |
25 | 25 | return value.toUpperCase(); |
26 | 26 | } |
27 | - | |
28 | 27 | if(attrs.type === 'text' && |
29 | 28 | !attrs.readonly && |
30 | - !attrs.disabled) { | |
29 | + !attrs.disabled && | |
30 | + !attrs.uibDatepickerPopup) { | |
31 | 31 | |
32 | 32 | ctrl.$formatters.push(formatter); |
33 | 33 | ctrl.$parsers.push(parser); |