Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(error/nobase): making <base> visible in html #13350

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/error/$location/nobase.ngdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ngdoc error
@name $location:nobase
@fullName $location in HTML5 mode requires a <base> tag to be present!
@fullName $location in HTML5 mode requires a &lt;base&gt; tag to be present!
@description

If you configure {@link ng.$location `$location`} to use
Expand All @@ -15,7 +15,7 @@ $locationProvider.html5Mode({
});
```

Note that removing the requirement for a <base> tag will have adverse side effects when resolving
Note that removing the requirement for a &lt;base&gt; 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
Expand Down