Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save binaryk/44e800a155f2c5742f8b to your computer and use it in GitHub Desktop.

Select an option

Save binaryk/44e800a155f2c5742f8b to your computer and use it in GitHub Desktop.
$scope.$on("send-revenues", function (event, args) {
// $scope.revenues = args.revenues;
});
$scope.$broadcast("send-revenues", {revenues: revenues });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment