I am using Angular to save form input to $scope.tag. I can't make a client side external API call with the form information as a parameter, so I need to pass it to the server to do. How can i achieve this?I am using Angular to save form input to $scope