fatlinesofcode / ngDraggable

Drag and drop module for Angular JS
MIT License
631 stars 400 forks source link

ng-drop-success not firing inside ng-include #281

Open fwitkowski opened 5 years ago

fwitkowski commented 5 years ago

I have ng-include where loading code dynamically: <div ng-if="pageTheme1" class="inlineEditor" ng-include="'my-dynamic-template'"></div>

$templateCache.put('my-dynamic-template', $scope.pageTheme1);

ng-drag-start works fine. Also I see classes added for ng-drop, but ng-drop-success is not firing