Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update the $ionicLoading with progress percent?

Being working on Ionic project and using $ionicLoading to present the download progress (this progress need to lock the UI). So how to update the progress percent (in text) to with $ionicLoading ?

like image 460
Nam Pham Avatar asked Feb 12 '26 17:02

Nam Pham


1 Answers

Just call the $ionicLoading.show({template: 'updated text'}) again, it will replace the next once.