Hi,

While debugging an angularjs packaged app in r2d2b2g I noticed that 
window.location.href was 
"app://{550e8400-e29b-41d4-a716-446655440000}/index.html", which doesn't match 
the angularjs url regex 
(https://github.com/angular/angular.js/blob/v1.1.3/src/ng/location.js#L3).

I was about to open a pull request on angularjs but noticed that the 
documentation at https://developer.mozilla.org/en-US/docs/Apps/Packaged_apps 
says that a packaged app url should look like 
"app://550e8400-e29b-41d4-a716-446655440000/index.html", which is more 
compliant with the RFC3986 http://tools.ietf.org/html/rfc3986#page-21

What should be the correct url of a packaged app ?

Thanks for your help.

Arnaud




_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to