Hi Carlo,
I need to assume a lot here, so I might be off. Under the assumption that your server routes the /api/QuestionResponse/ to your public QuestionnaireQuestionResponses Post(QuestionnaireQuestionResponses response), The data flow does indeed go from the $http call via your servers router to your server function. If you look up the documentation of $http <https://docs.angularjs.org/api/ng/service/$http>you will likely get an answer to your question. It boils down to this, If you want to add content, you need to put it in $scope.newScoreTableValue, if you want to add anything else (usually headers) you need to add it to the config of your $http call. Does that help a bit? Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
