What’s the correct way to communicate between controllers in AngularJS? What’s the correct way to communicate between controllers? I’m currently using a horrible fudge involving window: function StockSubgroupCtrl($scope, $http) { $scope.subgroups =... May 4, 2022 0 Comments