fatlinesofcode / ngDraggable

Drag and drop module for Angular JS
MIT License
631 stars 400 forks source link

Travis CI fails. Please, add some capability for code validation into the project. #229

Open calaverastech opened 8 years ago

calaverastech commented 8 years ago

Travis CI started failing for my project after I added ngDraggable. I use jshint with Grunt.js for validation and it revealed some issues. After I forked the project and fixed all of them, the build passed. Some issues were like using a variable outside of its scope of declaration.