From af371f12b88025bd8d032a29209802677576acdd Mon Sep 17 00:00:00 2001 From: Anas Qadrei Date: Fri, 20 Nov 2015 11:38:47 +1100 Subject: [PATCH] docs(error/nobase): making visible in html --- docs/content/error/$location/nobase.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/error/$location/nobase.ngdoc b/docs/content/error/$location/nobase.ngdoc index 69500d43a767..686b6e01d578 100644 --- a/docs/content/error/$location/nobase.ngdoc +++ b/docs/content/error/$location/nobase.ngdoc @@ -1,6 +1,6 @@ @ngdoc error @name $location:nobase -@fullName $location in HTML5 mode requires a tag to be present! +@fullName $location in HTML5 mode requires a <base> tag to be present! @description If you configure {@link ng.$location `$location`} to use @@ -15,7 +15,7 @@ $locationProvider.html5Mode({ }); ``` -Note that removing the requirement for a tag will have adverse side effects when resolving +Note that removing the requirement for a <base> tag will have adverse side effects when resolving relative paths with `$location` in IE9. The base URL is then used to resolve all relative URLs throughout the application regardless of the