$scope 사용.$190과 $190입니다.$on 내내은 my my my my my는 어떻게 요?$scope 에서 다른 .$emit ★★★★★★★★★★★★★★★★★」.$on방?? function firstCtrl($scope) { $scope.$emit('someEvent', [1,2,3]); } function secondCtrl($scope) { $scope.$on('someEvent', function(mass) { console.log(mass); }); } 그것은 내가 생각하던 대로 되지 않는다구요. 하면 좋을까요?$emit ★★★★★★★★★★★★★★★★★」$on 일?우선 부모-자녀 범위 관계가 중요합니다.이벤트를 내보낼 수 있는 두 가지 방법이 있습니다. $broadcast 자 는 이벤트를 모..