Answer the question
In order to leave comments, you need to log in
How to reload a view after closing a modal?
Hello! Application on Ionicframework.
The task after closing the modal window is to reload/update the view.
Function:
$scope.applyfilter = function() {
localStorage.setItem("xxx","xxx");
$scope.modalfilter.hide();
$state.transitionTo($state.current, {}, {reload: true});
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question