craftpip / angular-confirm

A multipurpose plugin for alert, confirm & dialog for angular1
http://craftpip.github.io/angular-confirm/
MIT License
115 stars 20 forks source link

Draggable #10

Closed ChaudhryAtif closed 7 years ago

ChaudhryAtif commented 7 years ago

I was looking at the jQuery plugin, and it had draggable feature. Was that made possible through jQueryUi? And is it possible to port over that functionality without (preferably) jQueryUi? If that is not possible, then perhaps jQueryUi dependency could be optional. So if jQueryUi is not included, then draggable feature will not work.

craftpip commented 7 years ago

Hello @ChaudhryAtif The draggable feature is done without jqueryUI. this feature will be added to angular-confirm soon, after the jquery dependency is removed.

ChaudhryAtif commented 7 years ago

Sounds good. Looking forward to it!