bevacqua / angularjs-dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/angularjs-dragula
MIT License
509 stars 109 forks source link

Keep model in sync #43

Closed evenfrost closed 8 years ago

evenfrost commented 8 years ago

If a model data is loaded asynchronously (e.g. after module initialization), it fails to be handled properly: model is not updated, drake events are not registered. This change calls handleModels in model watcher and fixes the issue.

luckylooke commented 8 years ago

:+1: thanks

bevacqua commented 8 years ago

@luckylooke made you a collaborator on npm so you can now use npm run deploy to publish updates

evenfrost commented 8 years ago

Great, thanks.

luckylooke commented 8 years ago

@bevacqua OK! :+1: