I have a rest API which I want to call and load the result.
Need help on the syntax and how to test it ?
Hi @vinutha,
You can do this with straight AngularJS and the $http directive.
Thanks @nicraboy. Got it working