Loading Indicator disables click events

Hi!

Is there a way to enable click events when the loading indicator is shown? If the users got bad bandwitch and therefore a very slow internet connection, the user should navigate back in the list and should not wait, till the content is loaded.

Thank you!

Hey, I think this should get added to the options of ionicLoading!

Hey @m1crdy, check out this issue.

The functionality was added a while back but not fully documented. Just fixed that now. Usage for passing parent scope:

 $ionicLoading.show({
  scope: $scope,
  template: "<button ng-click="handleClick()"></button>
});
1 Like