PhoneGap Android AngularJS routing not working -
i have been beating head against wall trying figure out why angularjs routing won't work in phonegap me. plase find code.
$scope.usertype = function(usertype) { $scope.user.usertype = usertype; storageservice.setguestuser($scope.user); $location.path('/sign-up/info'); };
Comments
Post a Comment