Bonjour,
Je débute dans AngularJS et je n'arrive pas à faire marcher un service qui fait appel à l'intérieur du $http.
Pouvez-vous me dire s'il est possible de faire un service qui fait appel à une requête post avec $http ?
Voici mes message d'erreur :
Merci.Error: ServiceRecordMembres is not defined
$scope.MyRecordMembreAAA@http://127.0.0.1/site1-projet-en-commun/controller/controllerInscriptionMembres.js:10:1
anonymous/fn@http://127.0.0.1/site1-projet-en-commun/api/bower_components/angular/angular.js line 13231 > Function:2:239
ngEventHandler/</callback@http://127.0.0.1/site1-projet-en-commun/api/bower_components/angular/angular.js:23371:17
$RootScopeProvider/this.$get</Scope.prototype.$eval@http://127.0.0.1/site1-projet-en-commun/api/bower_components/angular/angular.js:15878:16
$RootScopeProvider/this.$get</Scope.prototype.$apply@http://127.0.0.1/site1-projet-en-commun/api/bower_components/angular/angular.js:15978:20
ngEventHandler/<@http://127.0.0.1/site1-projet-en-commun/api/bower_components/angular/angular.js:23376:17
jQuery.event.dispatch@http://127.0.0...dist/jquery.js:4434:15
jQuery.event.add/elemData.handle@http://127.0.0.1/site1-projet-en-commun/api/bower_components/jquery/dist/jquery.js:4121:6
Partager