ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Added draggable property draggable=true/false #179

Closed jiren closed 7 years ago

allenhwkim commented 7 years ago

draggable is the reserved keyword of HTML. I think we need to pick other term.

jiren commented 7 years ago

Got it. I will update it. 'make-draggable', 'is-draggable' are in my mind. What do you suggest?

allenhwkim commented 7 years ago

is-draggable sounds good to me.

jiren commented 7 years ago

Updated code. Have a look.