Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, how use NgMask or masket input in back office for some document property like #phoneText and other ......
http://candreoliveira.github.io/bower_components/angular-mask/examples/index.html#/
or http://digitalbush.com/projects/masked-input-plugin/
<script type="text/javascript"> jQuery(function($){ $("#date").mask("99/99/9999"); $("#phone").mask("(999) 999-9999"); $("#tin").mask("99-9999999"); $("#ssn").mask("999-99-9999"); }); </script>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
masked input plugin or NgMask in back office
Hi, how use NgMask or masket input in back office for some document property like #phoneText and other ......
http://candreoliveira.github.io/bower_components/angular-mask/examples/index.html#/
or http://digitalbush.com/projects/masked-input-plugin/
is working on a reply...