如何使用<和>在角度材料自动完成模板?

时间:2016-09-29 08:34:53

标签: javascript angularjs angular-material

我尝试使用jade(pug)模板:

md-item-template
  span(md-highlight-text="vm.parent.newUser") {{item.name}} {{item.surname}} <{{item.email | truncate: 42}}>

我也尝试过使用它:

md-item-template
  span(md-highlight-text="vm.parent.newUser") {{item.name}} {{item.surname}} &lt;{{item.email | truncate: 42}}&gt;

在这两种情况下,我都会将&lt;&gt;视为文字

1 个答案:

答案 0 :(得分:0)

我已经使用unicode <和>从这个问题的答案中解决了问题:List of all unicode's open/close brackets?