I am using Typescript and AngularJS. I have a template that contains a ui.grid directive.
The grid is displayed and at some later time an $http request gets the dat
Try the following:
If you do not want to populate the grid immediately, delete the call to
ng-init
and call the associated function on some other event.
Hopefully, without knowing much more about your specific problem, this will guide you to the solution.
Cheers.