Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello hypertera,

    Any luck on your question related to no HTML tags in JSON response.

    Please share if you figured it out.

    Thanks,
    V

    Thread Starter hypertera

    (@hypertera)

    JUST A SMALL FEATURE WITH DOUBLE BRACES

    $http.get(“”)
    .success(function(response) {$scope.pdetails = response[0];
    });

    // IN VIEW USE
    {{pdetails.message}}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how do i remove html tags in JSON Objects’ is closed to new replies.