angular-ui / ui-grid

UI Grid: an Angular Data Grid
http://ui-grid.info
MIT License
5.39k stars 2.46k forks source link

Controller 'uiGridRenderContainer', required by directive 'uiGridHeaderCell', can't be found! #3655

Open fabolo opened 9 years ago

fabolo commented 9 years ago

I love ui-grid, no need to say it... ;) I'm trying to use example "306 custom filter" from ui-grid docs, using https://github.com/johnpapa/generator-hottowel as a starting point, and I'm getting the Controller 'uiGridRenderContainer', required by directive 'uiGridHeaderCell', can't be found! error both on IE11 and Chrome filter is working as expected but the second time the modal grid is opened, see 109: $compile($elm)($scope); by showAgeModal in myCustomModalCtrl and any subsequent opening,the error is thrown, depending on number of rows in grid, doubling its occurrence every time, I've narrowed down the problem to the angular version: the example works fine for versions prior 1.3, for example http://ajax.googleapis.com/ajax/libs/angularjs/1.2.28/angular.js http://ajax.googleapis.com/ajax/libs/angularjs/1.2.28/angular-touch.js http://ajax.googleapis.com/ajax/libs/angularjs/1.2.28/angular-animate.js

anyway... bravi! ciao, Fabrizio

uigriderror

c0bra commented 9 years ago

Confirmed. The error can be reproduced in this plunker with Angular 1.3.x: http://plnkr.co/edit/CbOXBhH3opCVN7NDAOhI?p=preview

aceb694 commented 9 years ago

Is there an update on this bug fix? I am having the exact same problem.

srinuydlp commented 9 years ago

Any update on this I am also facing same problem. Thank you.

anmolsrepo commented 9 years ago

Any fixes for this? I too having the same issue, this can even be reproduced in the tutorial section online as well by following the same steps mentioned above - http://ui-grid.info/docs/#/tutorial/306_custom_filters

alex-nesterov commented 8 years ago

+1

Nidhintt commented 8 years ago

Facing the same issue, Any update on the issue ?

hassandad commented 8 years ago

Facing same issue. Please resolve it.

Isaac6702 commented 8 years ago

Hi, solution was found to this issue?

ghiscoding commented 8 years ago

Was this ever addressed? I have the same issue and would like to have a way to fix or at least a way to bypass the problem.