<h1>{{ revision.title }}</h1>
<div ng-bind-html="revision.content"></div>
标题输出正常,但内容 - 没有。它里面有一些 html,我收到以下错误:Attempting to use an unsafe value in a safe context.
被描述为:http ://docs.angularjs.org/error/ $sce:unsafe 很好,但是我怎样才能输出那里的内容里面会有一些html,所以我必须将它设置为{{ revision.content | safe }}
或smthn。正确的方法是什么?
编辑:
AngularJS 版本:1.2