Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for routing to internal page based on location.hash #828

Open
wants to merge 3 commits into
base: 7.x-1.x
Choose a base branch
from

Conversation

mattshoaf
Copy link

New doc page to enable URL sharing of DrupalGap web apps.

mattshoaf added 3 commits July 21, 2016 16:12
Add code to handle directing the app to an internal page
if(location.hash)
variables didn’t match
}

```
Change line 120 `drupalgap.settings.front = 'dashboard';` to `drupalgap.settings.front = landingPage;`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattshoaf What line 120 is this referring to?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 120 in the default.settings.js file. To change the front to a dynamic page, you have to set it as a variable.

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

Successfully merging this pull request may close these issues.

None yet

2 participants