我怎麼發送我的 $scope 從一個控制器到另一個控制器的對象 .$emit 和 .$on 方法? function firstCtrl($scope) { $scope.$emit('someEvent', [1,2,3]); } function ...
確定! 回上一頁