How to hide $ionicLoading.show message on toch screen?

I am using
$ionicLoading.show({
template: ‘Please Wait…’
});
But problem is that i am using data coming from server. If data is not coming from server, it is always loading. i want to hide the message on touch the screen.

Please help me…