aboutsummaryrefslogtreecommitdiffstats
path: root/docs/config/templates/indexPage.template.html
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-03-07 19:57:39 +0000
committerPeter Bacon Darwin2014-03-07 20:05:58 +0000
commit853999de10b8fd0116f9da80af2c192a4a5fd39b (patch)
tree3eb5e87ecd5f41152af996831d4e29ce08581359 /docs/config/templates/indexPage.template.html
parent53ec5e13e5955830b6751019eef232bd2125c0b6 (diff)
downloadangular.js-853999de10b8fd0116f9da80af2c192a4a5fd39b.tar.bz2
docs(404 errors): provide a better 404 experience
It is a bit rough and ready but does a better job than nothing.
Diffstat (limited to 'docs/config/templates/indexPage.template.html')
-rw-r--r--docs/config/templates/indexPage.template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/templates/indexPage.template.html b/docs/config/templates/indexPage.template.html
index 9582c825..8b297cda 100644
--- a/docs/config/templates/indexPage.template.html
+++ b/docs/config/templates/indexPage.template.html
@@ -219,7 +219,7 @@
</div>
<div class="grid-right">
<div id="loading" ng-show="loading">Loading...</div>
- <div ng-hide="loading" ng-include="currentPage.outputPath" onload="afterPartialLoaded()" autoscroll></div>
+ <div ng-hide="loading" ng-include="currentPage.outputPath || 'Error404.html'" onload="afterPartialLoaded()" autoscroll></div>
</div>
</div>
</section>