JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

Data attribut with accents seems not working #81

Closed Lingelo closed 9 years ago

Lingelo commented 9 years ago

Hi thanks for your code,

I use your code like that :

<autocomplete ng-model="query" data="suggestions" on-type="tapedQuery" attr-placeholder=""></autocomplete>

In "Sugestions", I have the folling values :

["Le Chevalier noir", "Leeroy Jenkins", "Légendaire", "Léviathan des flammes"]

But the directive is not showing "Légendaire" and "Léviathan des flammes". Do you have an idea ?

Thanks in advance.

Lingelo commented 9 years ago

Works ... Just by adding

<meta charset="UTF-8">