ng-bind:变量(html标签无效)<p ng-bind="foo"></p>
ng-bind-html:变量(html标签有效)<p ng-bind-html="foo"></p>
ng-bind-template:表达式(html标签无效)<p ng-bind-template="{{foo}}"></p>
ng-bind-html:变量(html标签有效)<p ng-bind-html="foo"></p>
ng-bind-template:表达式(html标签无效)<p ng-bind-template="{{foo}}"></p>