fatlinesofcode / ngDraggable

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

watch bugfix #230

Closed countable closed 8 years ago

countable commented 8 years ago

fix a bug where updates attribute values such as ngDrag=true to ngDrag=false are ignored by directive.

See the new html example file, which doesn't work before the change.