I have the following code, which was working fine until I deployed to a test server:
$scope.getUserList = function (userName) { $http({ method: \
I had a similar problem I solve it with the just one line of code in my MVC page