Try to run this.getProducts();
inside of beforeEnter. So move
$scope.$on('$ionicView.beforeEnter', function() {
alert(window.location);
})
To the bottom of order controller and add this.getProducts();
inside of it.
Try to run this.getProducts();
inside of beforeEnter. So move
$scope.$on('$ionicView.beforeEnter', function() {
alert(window.location);
})
To the bottom of order controller and add this.getProducts();
inside of it.