Hello, I need to extract only 1 image of this Json. Here is my angled code to pull the records from api via get.
var app = angular.module('myApp', []);
app.controller('carrosCtrl', function($scope, $http) {
$http.get("http://www...
asked by
13.07.2015 / 17:03