angular-dragdrop
angular-dragdrop copied to clipboard
Does not work when compile-time debugging is disabled
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