This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Description
environment:
jquery-mobile with angularJs + phoneGap
found 2 issues so far:
issue1: AngularJs uses hashtags to specify its routes. i.e. localhost\directory\index.html#\route1\etc jqueryMobile does not handle the hashtags from angularJs, and would wipe out the directoryPath on redirect, replacing it with localhost\route1.
issue2: angularJs appends a ng-scope css class for its controls (divs). This interferes with jqueryMobile's logic in adding header/footers.