1

I am using Icomoon for icon fonts in my AngularJS framework based project. However, I am not able to generate these icons because of the Strict Contextual Escaping (SCE). Instead of showing the icons it is showing the HTML number codes of that icon such as ""

Please guide me

Temp O'rary
  • 5,366
  • 13
  • 49
  • 109

1 Answers1

0

It was my bad I was trying to bind HTML number codes, which is why this happened. Now, I've started using class names and its working.

Temp O'rary
  • 5,366
  • 13
  • 49
  • 109