我正在尝试实现http://logicbomb.github.io/ng-directives/drag-drop.html指令。我有另一个指令,我正试图将其包含在...
angular.module('MyApp')
.directive('seconddirective', function ($rootScope, $lvlDraggable) {
return {
restrict: 'A',
但这不起作用……这可能吗?
我正在尝试实现http://logicbomb.github.io/ng-directives/drag-drop.html指令。我有另一个指令,我正试图将其包含在...
angular.module('MyApp')
.directive('seconddirective', function ($rootScope, $lvlDraggable) {
return {
restrict: 'A',
但这不起作用……这可能吗?