How To Apply Formatted Mask To A Input Filed
I want to apply Formatted Mask to my input box. Here I have jsFidle for Doller currency, But instead of doller I need to change Soles(S/.), For that I have overriden the $locale.
Solution 1:
You don't need to override, just include the necessary locale and then try. See this fiddle. I've tried with different directive, hope it helps :)
Include locale :
<script src="//code.angularjs.org/1.5.4/i18n/angular-locale_es-pe.js"></script>
Updated Fiddler link.
Post a Comment for "How To Apply Formatted Mask To A Input Filed"