【发布时间】:2014-12-23 17:36:06
【问题描述】:
我想实现将页面中的元素拖放到ui-calendar上。
同样的问题已经被问到,但使用了 angular-dragdrop 指令。 How to drag&drop elements onto a calendar with angular directives only
我有哪些选择来实现这个拖放?
在 ui-calendar 的 github 问题跟踪器上找到的另一个资源:https://github.com/angular-ui/ui-calendar/issues/43
我尝试使用 ngDraggable 但没有成功,日历的 onDrop 没有被调用。
【问题讨论】:
标签: angularjs