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

$ionicLoading.hide() is not working inside .then

$
0
0

You have to put

$rootScope.$on('app.loggedIn', function (event) {
    console.log("inside run");
    $ionicLoading.hide();
    $state.go('app.offerslist', {});

});

in the controller not in the run function.


Viewing all articles
Browse latest Browse all 228595

Trending Articles



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