docs(errors): fix base href in $location:nobase error page

This commit is contained in:
Tobias Bosch
2014-09-02 10:21:41 -07:00
parent fc706d13d8
commit 995a8d39af

View File

@@ -23,7 +23,7 @@ URL of the subcontext:
```html
<head>
<base href="/myapp">
<base href="/subapp">
...
</head>
```