app.filter('to_trusted',['$sce',function($sce){ return function(text){ return $sce.trustAsHtml(text); }}]); Read More
posted @ 2014-09-15 10:20 粉条 Views(166) Comments(0) Diggs(0)