0

I want to achieve a drag&drop of elements in the page onto ui-calendar.

Same question has been asked but using angular-dragdrop directive. How to drag&drop elements onto a calendar with angular directives only

What are my options to implement this drag&drop ?

An other resource found on the github issue tracker of ui-calendar: https://github.com/angular-ui/ui-calendar/issues/43

I have try by using ngDraggable but without success, the onDrop of the calendar is not called.

Community
  • 1
  • 1
toutpt
  • 5,145
  • 5
  • 38
  • 45

1 Answers1

1

I recommend you to read follow this Article's steps . It's native angularjs directives. It helps me a lot.

Ahmed Hashem
  • 4,675
  • 3
  • 21
  • 28