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 url function which returns the absolute url for a path #374

Merged
merged 1 commit into from
Nov 11, 2015

Conversation

repomaa
Copy link
Contributor

@repomaa repomaa commented Oct 31, 2015

fixes #373

blogId: "1001",
name: "superb"
};
var expectedUrl = "http://localhost:3000/blog/1001/some/superb";
Copy link
Contributor

Choose a reason for hiding this comment

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

port won't be 3000 always. See travis tests are failing.

arunoda added a commit that referenced this pull request Nov 11, 2015
add url function which returns the absolute url for a path
@arunoda arunoda merged commit f0573f2 into kadirahq:master Nov 11, 2015
@arunoda
Copy link
Contributor

arunoda commented Nov 11, 2015

Thanks.

@arunoda
Copy link
Contributor

arunoda commented Nov 11, 2015

Released with v2.9.0

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.

No FlowRouter.url() function
2 participants