Ionic http get div

Hi ,
The hering from the any URL with http ionic want to take part div id
like:
$http.get(‘http://www.yaygaratv.com/’).then(function(response){

},function(response){

     $scope.simps=response.config.url;
  });

and I am not showing body ?
how can I use the simps index.html filtering any div id this url ?