opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Funny character in currency formatter #216

Open mikekay01 opened 11 years ago

mikekay01 commented 11 years ago

I am using a currency formatter as follows:

{{items.length}} items valued at $ {{itemValue | currency}}

This statement produces the following text:

5 items valued at $ Â$16.00

Note the funny "Â" character being inserted.

Have you seen this issue before?

thx.

tbosch commented 10 years ago

Hi, no, I haven't. Maybe you have it in your html? Here is a jsfiddle that works for me. Does it also work for you? http://jsfiddle.net/4AEQK/14/

Tobias