My web page contains Hebrew letters. I've added this at the beginning of index.html:
<html lang="he">
<head>
<meta charset="utf-8">
And all the Hebrew letters are shown correctly.
But when I load a state with ui-router, the letters in the view's html shown as symbols. Part of the page shows Hebrew, and the ui-view part shows only symbols.
Thanks.