Open light-and-salt opened 8 years ago
Hi, I'm using Drop.js with Angular.js and have a question: ng-repeat doesn't seem to work inside a content DOM element?
My minimal non-working demo here: https://plnkr.co/edit/UcSC3x?p=preview
Having an ng-repeat directive inside a content element produces "TypeError: Cannot read property 'insertBefore' of null"
In the DOM tree, the ng-repeat element is commented
Could you suggest why ng-repeat is commented and if there's any work-around?
My problem is solved on StackOverflow: http://stackoverflow.com/q/34820111/1270459
Hi, I'm using Drop.js with Angular.js and have a question: ng-repeat doesn't seem to work inside a content DOM element?
My minimal non-working demo here: https://plnkr.co/edit/UcSC3x?p=preview
Having an ng-repeat directive inside a content element produces "TypeError: Cannot read property 'insertBefore' of null"
In the DOM tree, the ng-repeat element is commented
Could you suggest why ng-repeat is commented and if there's any work-around?