1
我正在尝试执行http://logicbomb.github.io/ng-directives/drag-drop.html指令。我还有一个指令,我试图在包括它...是否有可能通过AngularJS在指令中加载指令?
angular.module('MyApp')
.directive('seconddirective', function ($rootScope, $lvlDraggable) {
return {
restrict: 'A',
,但不工作...所以这可能吗?