Display German special characters in buttons

Hi there,

How can I display German Umlauts and other special characters with ionic? When I for instance use $scope.buttonText = "Nächste Runde"; and bind it to a button using {{buttonText}} it’ll display the full “Nächste Runde” string with the uml; directive.

Using the plain ä in the text will display a weird character.

I guess this also applies to any special character set.

Suggestions here?
Thanks,
EL

Hello,

see https://docs.angularjs.org/api/ng/directive/ngBindHtml

But for me, ÄÖÜ works fine in HTML, have you set <meta charset="utf-8"> in your index.html header?

Typing it out in the HTML file works 100%, but not using the directives from a controller.
Charset is specified

ngBingHtml should do the trick for you

same issue in ionic 2. tried all suggestions but without success