我想实现一个拖放元素在页面上的ui-日历。
同样的问题也被问到了,但是使用了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没有被调用。
发布于 2014-12-24 01:40:08
我建议你阅读遵循这个Article's步骤。它是原生的angularjs指令。这对我帮助很大。
https://stackoverflow.com/questions/27625313
复制相似问题