I have write below code in html but getting error of "The page you are 
looking for cannot be displayed because an invalid method (HTTP verb) is 
being used."

in my html:
  <form name="payment"  action="{{vm.resource.authEndpoint+ 
'/Payment/SecondOpinionCasePayment'}}" method="post">

in html page source:
<form name="payment" action="" method="post"   class="ng-pristine 
ng-invalid ng-invalid-required">

I am not understated that Why action is going black. what is alternate  for 
form post?

 Getting below angular error.

Error: [$interpolate:interr] 
http://errors.angularjs.org/1.3.14/$interpolate/interr?p0=%7B%7Bvm.resource…%252Fapi*****.azurewebsites.net%252FPayment%252FSecondOpinionCasePayment
    at Error (native)
    at http://*****.azurewebsites.net/lib.min.js:11:417
    at K (http://*****.azurewebsites.net/lib.min.js:93:52)
    at http://*****.azurewebsites.net/lib.min.js:114:238
    at Object.<anonymous> 
(http://*****.azurewebsites.net/lib.min.js:112:433)
    at l.$digest (http://*****.azurewebsites.net/lib.min.js:128:3)
    at l.$apply (http://*****.azurewebsites.net/lib.min.js:131:58)
    at l (http://*****.azurewebsites.net/lib.min.js:86:171)
    at S (http://*****.azurewebsites.net/lib.min.js:90:301)
    at XMLHttpRequest.D.onload 
(http://*****.azurewebsites.net/lib.min.js:91:315)

-- 
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.

Reply via email to