如何使用 $scope 和 .$emit 方法將 .$on 物件從一個Controller 傳送到另一個Controller ? function firstCtrl($scope) { $scope.$emit('someEvent', [1,2,3]); } ...
確定! 回上一頁