angular-multiple-selection
angular-multiple-selection copied to clipboard
The plugin not working when debug_info = false on production
The debug_info when enabled in production removes the access to scope while accessing it in this manner
angular.element.child[i].scope()
This will be undefined .
Having the same issue. If anyone has a version that works with the debugInfoEnabled set to false, please let me know. Thanks.