Ideas for $ionicloading to display if wait is greater than 1 second

I’m looking for a solution or suggestion on how to put a delay on the $ionicloading. For example, most of the api loads very fast but sometimes there is a delay of 2-3 seconds. The ionicloading components annoying flickers when it loads fast. Is there anyway to not show the ionicloading component unless it’s been over 1 second? Thanks.

It’s in the docs, there is a delay option
http://ionicframework.com/docs/api/service/$ionicLoading/

I totally missed that. Thanks campers!

1 Like