tsukihimeNyo

Results 2 comments of tsukihimeNyo

I encounter the same issue. Hope someone can help.

Just solve the problem by adding the agGrid.initialiseAgGridWithAngular1(angular) before return $ocLazyLoad.load , ``` resolve: { loadPlugin: function ($ocLazyLoad) { agGrid.initialiseAgGridWithAngular1(angular); return $ocLazyLoad.load([ { name: 'agGrid', files: ['js/plugins/ag-grid/ag-grid.min.js'] } ]); }...