angular-ui / ui-mask

Mask on an input field so the user can only type pre-determined pattern
https://htmlpreview.github.io/?https://github.com/angular-ui/ui-mask/master/demo/index.html
MIT License
391 stars 258 forks source link

can work with other "directive" together? #240

Open leochinacn opened 6 years ago

leochinacn commented 6 years ago

like it:

<input uib-datepicker-popup="yyyy/MM/dd" ui-mask="9999/99/99" ng-model="cdate" type="text"></input>

but cdate's value had problem