angular-ui/ui-grid

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

Open

#3 655 ouverte le 1 juin 2015

Voir sur GitHub
 (9 commentaires) (0 réactions) (1 assigné)JavaScript (2 496 forks)batch import
good first issuetype: bug

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur