Special Chars displayed incorrectly.
I use the settings below.

directive:
$scope.string = "äöü";

template:
{{string}}

.htaccess:

AddDefaultCharset UTF-8

index.html:

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" 
lang="de" ng-app="myApp">

<head>

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

</head>

</html>


-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to