Font thai not show

help me.please!
//
.controller(“appCtrl”, function ($scope) {
$scope.datas = [
{ title: ‘1. มวยไทย’, pic: ‘s_20.jpg’ },
{ title: ‘2. ต้มยำกุ้ง’, pic: ‘s_21.jpg’ },
{ title: ‘3. ถนนนข้าวสาร’, pic: ‘s_22.jpg’, }
];
})
//

It probably has to do with the encoding. try adding:

<meta http-equiv="Content-Language" content="th">

thx tobbe. i try but not work.