Forums
(@hypertera)
8 years, 10 months ago
JUST A SMALL FEATURE WITH DOUBLE BRACES
$http.get(“”) .success(function(response) {$scope.pdetails = response[0]; });
// IN VIEW USE {{pdetails.message}}