ui-grid symbols issue

Anup picture Anup · Oct 30, 2014 · Viewed 17.7k times · Source

I am using AngularJs ui-grid http://ui-grid.info/.

While implementing, I get something which you can see in the following img in right corner of the cell instead of dropdown symbols.

enter image description here

Which files to include to solve this bug?

Answer

Rahil Wazir picture Rahil Wazir · Oct 30, 2014

You need to download the font files:

  • ui-grid.woff
  • ui-grid.eot
  • ui-grid.svg
  • ui-grid.ttf

from here. And move them where your ui-grid.min.css lives.