Is there a way to dynamically update the loading component’s content after it has been displayed? I see a “setContent” function here:
But it does not seem to display. Thanks!
This works to update the loading display currently: (Ionic 2.0.0-beta.37)
loading.data.content = this.progressPercent + "%"