Do http request call using Ionic to load the data

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.

1 Like

Thanks @nicraboy. Got it working :smile:

1 Like