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

Feature/history #441

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Feature/history #441

wants to merge 3 commits into from

Conversation

tchiotludo
Copy link
Contributor

Just exposing the history api help a lot on my current project.
I was able to use spf in order to :

  • do simple navigation (the main goal of spf)
  • submit form with spf
  • but mostly, display spf request in a modal and with an url (#/url)
    • forward and backup open close the modal
    • I can have multiple modal on one page (#/url1#/url2)

In my previous PR #419, I was just using the spf.process method and I have to deal with the history manager. This lead to a lot of bug and since spf handle it nicely and I try another way but I need the have access to history api.

Let me know if you think it can be useful for other people

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

Successfully merging this pull request may close these issues.

2 participants