var app = angular.module('plunker', []); app.controller('MainCtrl', ['$sce', function(sce) { var self = this; self.name = 'World'; self.htmls = { rawHtml: ...
確定! 回上一頁