I have code in view like this :
$scope.Fields = []; $scope.showform = function (id) { $http.get("/GetCategoryNameById?catid=" + id) .then(fu