You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Hi guys,
I am having problem with $location.path("/mypath"). The page of which is redirected is not refreshed, I need to press F5 for getting the page refreshed. Anyone has passed for this? Here the code:
$scope.registerUser = function(){
var u = new User();
u.name = $scope.user.name;
u.email = $scope.user.email;
u.$save();
$location.path("/topmovie");