How to modify Server Script to pass value to $scope.data in Client Side from Server Side
Dear all, I am trying to implement redirection when the end user clicks "accept solution" from the portal.I think I can pass the URL value to the client side, but here I try to store data.url and it failed to pass to $scope.data.url. I don't want to...