You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ng-mask is not working conditional..
expressionProperties: {
"templateOptions.mask": "true ? '9999999999-99' : '(999)999-999'"
},
ex: one text field need to have different format based on its previous selection.. but expressionProperties is not working with ng-mask
ng-mask is not working conditional..
expressionProperties: {
"templateOptions.mask": "true ? '9999999999-99' : '(999)999-999'"
},
ex: one text field need to have different format based on its previous selection.. but expressionProperties is not working with ng-mask
http://jsbin.com/wixawijuca/1/edit?js,output
can anybody has any idea how to make ng-mask conditional
The text was updated successfully, but these errors were encountered: