ng-bind-template 指令用于告诉 AngularJS 将给定表达式的值替换 HTML 元素的内容。
当你想在 HTML 元素上绑定多个表达式时可以使用 ng-bind-template 指令。
ng-bind见上一条~