candreoliveira / ngMask

Best Angular mask alternative! No jQuery, pure JS. About ~6kb!
http://candreoliveira.github.io/#/ngMask
ISC License
419 stars 171 forks source link

ngMask is not working : Getting  is not defined #99

Open klmuralimohan opened 8 years ago

klmuralimohan commented 8 years ago

I have injected the ngMask dependency and linked ngMask.js but I'm getting an error in console like "Â is not defined"

May I know what would be the issue?

jeremysnell commented 8 years ago

This can also be fixed by adding

<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />

To your <head>