새로운/분리된 범위를 요구하는 여러 지시 [myPop, myDraggable] 대화 상자(myPopup)와 이 대화 상자(myDraggable)에 대한 지시문을 작성했지만 항상 다음 오류가 발생합니다. 새로운/분리된 범위를 요구하는 여러 지시 [myPop, myDraggable] 다음은 플런커입니다.http://plnkr.co/edit/kMQ0hK5RnVw5xOBdDq5P?p=preview 내가 뭘 할 수 있을까? JS 코드: var app = angular.module('myApp', []); function myController($scope) { $scope.isDraggable = true; } app.directive('myPopup', [ function () { "use strict"; re..