I am building web application using bootstrap and angularjs. in html I have the meta tag:
<meta charset="utf-8">
the navbar items written in hebrew, and it's OK. when I write hebrew content in the conatiner div, it's also OK.
but when I write hebrew in the partials (which are displayed in the ng-view) I get question marks.
google didn't help.
any ideas?