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

The title of angularjs docs says error page not found, though the page is found. #8860

Closed
ShobhitMaheshwari opened this issue Aug 30, 2014 · 4 comments

Comments

@ShobhitMaheshwari
Copy link

When you navigate to https://docs.angularjs.org/api/ng/filter, the title of the page says
"AngularJS: API: Error: Page not found", but the page opens with the heading "Filter components in ng"
in "/ API Reference / ng / filter" for v1.3.0-build.3163 (snapshot)

@ShobhitMaheshwari
Copy link
Author

image
This is the image detailing the issue.

@btford btford added this to the Backlog milestone Sep 2, 2014
@btford
Copy link
Contributor

btford commented Sep 2, 2014

@petebacondarwin @jeffbcross would this be related to a recent change, or is it possible that this was always an issue?

@jeffbcross
Copy link
Contributor

It's an application-level problem, shouldn't be related to any recent changes to server configs. {{currentPage.name}} inside <title> is falsy, therefore showing the default Error message, code:

<title ng-bind-template="AngularJS: {{ currentArea.name }}: {{ currentPage.name || 'Error: Page not found'}}">AngularJS</title>

In fact, you see this behavior if you go to any subheading under a module in the left-nav. I think this is something that would need to be fixed in Dgeni, or maybe in Angular's dgeni config...but maybe that's just me not wanting to make any more changes to server configs :). Thoughts @petebacondarwin?

@petebacondarwin
Copy link
Contributor

I'll deal with this
On 2 Sep 2014 21:11, "Jeff Cross" [email protected] wrote:

It's an application-level problem, shouldn't be related to any recent
changes to server configs. {{currentPage.name}} inside <title> is falsy,
therefore showing the default Error message, code:

<title ng-bind-template="AngularJS: {{ currentArea.name }}: {{ currentPage.name || 'Error: Page not found'}}">AngularJS</title>

In fact, you see this behavior if you go to any subheading under a module
in the left-nav. I think this is something that would need to be fixed
in Dgeni, or maybe in Angular's dgeni config...but maybe that's just me not
wanting to make any more changes to server configs :). Thoughts
@petebacondarwin https://github.com/petebacondarwin?


Reply to this email directly or view it on GitHub
#8860 (comment).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants