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

Add support for dynamic segments in visitable urls #17

Merged
merged 1 commit into from
May 31, 2015
Merged

Add support for dynamic segments in visitable urls #17

merged 1 commit into from
May 31, 2015

Conversation

drewchandler
Copy link
Contributor

This allows you to do the following:

let userPage = PO.build({
  visit: PO.visitable('/users/:id')
});

userPage.visit({id: 5});

@san650 san650 merged commit 5cdddc0 into san650:master May 31, 2015
@san650
Copy link
Owner

san650 commented May 31, 2015

This is great! thanks for contribute.

I plan to update the addon to ember-cli 0.2.6 today and make a new release with this feature.

@drewchandler drewchandler deleted the add-dynamic-segment-support branch May 31, 2015 20:28
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.

2 participants