Ionic with restful

Hello everyone ,
I’m new to ionic framework and I have to developp an app with ionic,angularJS and Restful ,
can someone explain to me the global architecture of these elements especially how the app communicate with the web service ?

It’s pretty much the same as any other javascript single page application. You can use the Angular $http service to make requests.