I am trying to make http call from my ionic app to return some json data. But it shows the error:
[$injector:nomod] Module '$http' is not available!
I think I have to add the module http to Angularjs. Please let me know how to add a new module like http to ionic framework. Thanks.