728x90 반응형 routeProvider1 AngularJS - routeProvider와 urlRouterProvider 차이 $rootScope.on 에 대한 써머리들 이것 저것 잡다한 것들 정리 $scope.on('event'); will listen to $scope.$broadcast('event') & $rootScope.$broadcast('event') $rootScope.on('event'); will listen to $rootScope.$broadcast('event') & $rootScope.$emit('event') $scope.on(); will be destroyed automatically when the controller loses it representation in view or component (getting destroyed). You need to destroy $rootScope.$on() manually. Example of .. 2022. 4. 29. 이전 1 다음 728x90 반응형