Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是移动网络应用程序开发的新手。Phonegap 访问我的原生 index.html。该网址将是“file://localhost/Users/.../www/index.html”。因此,当我使用 $routeProvider 时,AngularJS 中的 $location 无法提供正确的主机。我需要在 www 文件夹中启动主机。如何使用 Angular 或 Phonegap 修复它?
我认为你会想要在你的 $http 请求将命中的 URL 中烘焙,而不是试图从 $location 推断。