标签: javascript angularjs
我已经添加了以下代码,它现在信任样式和其他标签,但仍然不接受输入标签
$scope.trustAsHtml = function(string) { return $sce.trustAsHtml(string); };