.filter('to_trusted', ['$sce',function ($sce) { return function (text) { return $sce.trustAsHtml(text); } }]) 相关文章: