We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082d418 commit 53ecea9Copy full SHA for 53ecea9
docs/content/error/$location/nobase.ngdoc
@@ -1,6 +1,6 @@
1
@ngdoc error
2
@name $location:nobase
3
-@fullName $location in HTML5 mode requires a <base> tag to be present!
+@fullName $location in HTML5 mode requires a `<base>` tag to be present!
4
@description
5
6
If you configure {@link ng.$location `$location`} to use
@@ -15,7 +15,7 @@ $locationProvider.html5Mode({
15
});
16
```
17
18
-Note that removing the requirement for a <base> tag will have adverse side effects when resolving
+Note that removing the requirement for a `<base>` tag will have adverse side effects when resolving
19
relative paths with `$location` in IE9.
20
21
The base URL is then used to resolve all relative URLs throughout the application regardless of the
0 commit comments