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