diff --git a/src/ng/location.js b/src/ng/location.js index 3c91549b53b4..768d08075ba3 100644 --- a/src/ng/location.js +++ b/src/ng/location.js @@ -324,6 +324,11 @@ function LocationHashbangInHtml5Url(appBase, appBaseNoFile, hashPrefix) { var locationPrototype = { + /** + * Ensure absolute URL is initialized. + * @private + */ + $$absUrl: '', /** * Are we in html5 mode?