use filter. app.filter('unsafe', function($sce) { return $sce.trustAsHtml; }); ... use ngSanitize : safer. include angular-sanitize.js.
確定! 回上一頁