1

Whats a good way to parse ASCII code in Angularjs?

When I have:

$scope.title = 'Bezig met verifiëren...';

I get as output:

 Bezig met verifiëren...

instead of

Bezig met verifiëren..

.

DazDylz
  • 1,028
  • 3
  • 13
  • 39
  • You shouldn't have that in the first place. You should only use HTML entities in HTML; otherwise, use the actual character. – SLaks Aug 04 '14 at 17:50
  • possible duplicate of [With ng-bind-html-unsafe removed, how do I inject HTML?](http://stackoverflow.com/questions/19415394/with-ng-bind-html-unsafe-removed-how-do-i-inject-html) – axelduch Aug 04 '14 at 17:51

0 Answers0