Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 228595

"Pull to refresh..." text reappears briefly after spinner is done

$
0
0

Good call, Sean. The refreshComplete was firing early. I didn't need to use timeout. I simply changed:

myService.getData(query);
$scope.$broadcast('scroll.refreshComplete');

to

myService.getData(query).then(function() {
  $scope.$broadcast('scroll.refreshComplete');
});

It's choppy, so I have to now figure out how to smooth it out.

Thanks!!


Viewing all articles
Browse latest Browse all 228595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>