ngDraggable icon indicating copy to clipboard operation
ngDraggable copied to clipboard

ng-drop-success not firing inside ng-include

Open fwitkowski opened this issue 6 years ago • 0 comments

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

fwitkowski avatar Mar 06 '19 22:03 fwitkowski