Hello, I’ve done this before, a injector in module $html for display loader, although, in this particularly project it seem hidden the template or something, anyone can help?
Code:
function showLoadingText() {
$injector.get("$ionicLoading").show({
template: 'Loading...',
});
}