摘要: var app =angular.module(‘myApp‘,[‘ngSanitize‘]);app.controller(‘ctrl‘,function($scope,$sce){ $scope.myHtml = ‘an html\n‘ + ‘click here\n‘ + ‘... 阅读全文
posted @ 2015-02-12 15:55 向着太阳生 阅读(396) 评论(0) 推荐(0)