I am experiencing an issue in my AngularJS application with the following code snippets:
getGridPage('api/accounts/gettransactions') //$http call to server which sets the $scope
$scope.transactions = {}
The error message "$digest already in progress" is being thrown. How can I prevent this error from occurring?