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

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -