ho questo codice:
app.controller('MainCtrl', function ($scope, $http){
$http.get('api/url-api')
.success(function (data, status, headers, config){
}
}
Nel mio ambiente locale, funziona bene, ma in un server, restituisce questo errore:
TypeError: $ http.get (...). Success non è una funzione
Qualche idea? Grazie
then()
nonsuccess()
.success
sintassi era corretta fino a Angular v1.4.3. Vedi i vecchi documenti qui: code.angularjs.org/1.4.3/docs/api/ng/service/$http