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

ic-push-url not working #77

Closed
vrtc opened this issue Jan 22, 2016 · 1 comment
Closed

ic-push-url not working #77

vrtc opened this issue Jan 22, 2016 · 1 comment

Comments

@vrtc
Copy link

vrtc commented Jan 22, 2016

In this case, the ic-push-url not working

 <input type="text" name="text" ic-push-url="true" ic-get-from="/get_url" ic-trigger-on="keyup changed"
                           ic-target=".wraper-list" ic-trigger-delay="500ms" placeholder="Enter Some Text"/>

How to make GET parameters passed in the address bar of the browser?

@1cg
Copy link
Contributor

1cg commented Jan 22, 2016

In this case the best option would be to use the X-IC-PushURL response header in the response from the server to push only the parameters you want into the browser bar. The problem is that intercooler sends up all sorts of parameters, so you need to specify which ones in particular should be part of the pushed URL.

Make sense?

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

No branches or pull requests

2 participants