2

I've tried to use this using jade (pug) template:

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

I've also tried using this:

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

and in both cases I see &lt; and &gt; as text

jcubic
  • 61,973
  • 54
  • 229
  • 402

1 Answers1

0

I've resolved the issue using unicode 〈 and 〉taken from answer to this question: List of all unicode's open/close brackets?

Community
  • 1
  • 1
jcubic
  • 61,973
  • 54
  • 229
  • 402