ng-bind 绑定DOM元素的textContent,用于展示不需要html标签处理的内容。
ng-bind-html 绑定到DOM元素的innerHTML,用于展示需要html标签处理的内容
ng-bind-html 需要注意用$sce.trustAsHtml(htmlStr)处理。