我尝试使用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}} <{{item.email | truncate: 42}}>
在这两种情况下,我都会将<
和>
视为文字