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…
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…