ObaidUrRehman / ng-drag-drop

Drag & Drop for Angular - based on HTML5 with no external dependencies. :tada:
MIT License
239 stars 123 forks source link

Add support for async dropScope function #97

Closed akagr closed 7 years ago

akagr commented 7 years ago

I'm willing to give developing this a try myself and PR it if it sounds good.

ObaidUrRehman commented 7 years ago

@akagr LGTM, the dropScope is already defined as string | Array<string> | Function so adding an Observable shouldn't be an issue.

Looking forward to your PR. :+1:

akagr commented 7 years ago

@ObaidUrRehman Great thanks! Will try to get to it this weekend 😄

ObaidUrRehman commented 7 years ago

Added in v3.0.1