I am working with the Angular Schema Form framework, using this to create a form which has basic address fields. I have to make a call to external rest service to validate the addresses entered. I have to get the JSON data from a rest service and perform some changes and render them to the page. I have no idea how to do this any help is appreciated. Thanks.
Asked
Active
Viewed 37 times
1
-
1If the "another domain" part is what you are having a problem with, take a look at https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS – Apokralipsa Jan 15 '16 at 20:12
-
1you can use the $http service provided by angular https://docs.angularjs.org/api/ng/service/$http – Ramy Rais Jan 15 '16 at 20:28
-
@charlietfl I don't see this as a duplicate given the question relates to Angular Schema Form and the "duplicate" links to a purely AngularJS based question. Angular Schema Form has it's own add-ons and tools for providing look ups outside of $http. – Anthropic Aug 21 '17 at 05:07