angular-dragdrop icon indicating copy to clipboard operation
angular-dragdrop copied to clipboard

Does not work when compile-time debugging is disabled

Open hdi-amiri opened this issue 8 years ago • 0 comments

when I use this in my code, drag drop does not work, any workaround ?

.config(['$compileProvider', function ($compileProvider) {
        $compileProvider.debugInfoEnabled(false);
 }])

I am using angular-dragdrop version angular-dragdrop": 1.0.13

hdi-amiri avatar Jul 18 '17 12:07 hdi-amiri