@Harilall wrote:
Hi guys I have finally got a small method to refresh the view of my app here it is
$scope.goToViewHome = function(){ $state.go('home').then(function(){ $location.path('/homePage'); $window.location.reload(); }); }
But the kicker is it works on the computer but not on the actual mobile device, why?
Posts: 1
Participants: 1