Internet Explorer 8中标题标记中的角度表达不起作用

pkb*_*lin 3 internet-explorer-8 angularjs

我想显示通过角度渲染的标题.它在chrome或firefox以及internet 9和10等浏览器中运行良好.

ng-app在html标记中定义.

标题标签如下所示:

<title>    
{{resultListQuery.selectedPropertiesSummary}} in {{resultListQuery.geoCodingResult.locationName}}
</title>
Run Code Online (Sandbox Code Playgroud)

有人可以帮我吗?您是否需要有关该应用的更多信息?

Max*_*nce 5

您可以使用$window.document.title设置标题而不绑定.