I have two Angular controllers:
function Ctrl1($scope) { $scope.prop1 = \"First\"; } function Ctrl2($scope) { $scope.prop2 = \"Second\"; $scope.
If you don't want to make service then you can do like this.
var scope = angular.element("#another ctrl scope element id.").scope(); scope.plean_assign = some_value;