Closed kdoggthebus closed 8 years ago
Error at line 23 of ng-drag-scroll.js:
var excludedClasses = $attributes.dragScrollExcludedClasses.split(',') || false; if no dragScrollExcludedClasses attribute is present, Chrome gives an error. Doesn't affect much, just figured I'd point it out.
var excludedClasses = $attributes.dragScrollExcludedClasses.split(',') || false;
Good directive!
+1 :(
This should now be fixed in v0.2.0
Error at line 23 of ng-drag-scroll.js:
var excludedClasses = $attributes.dragScrollExcludedClasses.split(',') || false;
if no dragScrollExcludedClasses attribute is present, Chrome gives an error. Doesn't affect much, just figured I'd point it out.Good directive!