标签: android angularjs
我一直在靠墙试图弄清楚为什么angularJS路由不能在我的phonegap中工作。 Plase找到代码。
$scope.userType = function(userType) { $scope.user.userType = userType; storageService.setGuestUser($scope.user); $location.path('/sign-up/info'); };