-
How do I force view refresh in angular?
over 8 years ago
-
almost 7 years ago
$location.reload(); -
-
about 8 years ago
Thanks for your response, but I have tried to apply $scope.$apply() but it is giving error that $digest already in progress.
Please help to resolve it -
-
about 8 years ago
You can call $scope.$apply(); after you made the change in your model
-
3 Answer(s)