2

There are at least 3 options that I can discern: 1. - npm Module 2. - Bower component 3. - copy ui-grid files to the widget folder provided by Wakanda.

Num 3 is my best guess and preferred method.

If it is #3, what files need to go into the widget folder outside of the obvious ui-grid.js and ui-grid.css?

StevenDice
  • 103
  • 6

1 Answers1

2

ui-grid.js and ui-grid.css installed inside Projectfolder: Quickstart/web/widgets/ along with the entire ui-grid file set.

Angular-wakanda is accessing the files.

StevenDice
  • 103
  • 6
  • No entity.collection data displayed in the grid. Data has had $transform operation and displays in ng-repeat. – StevenDice May 02 '16 at 18:56