Skip to content

Fix: The default parameters of url function#62

Open
meteorlxy wants to merge 1 commit into
aaronlord:masterfrom
meteorlxy:url-default-parameters
Open

Fix: The default parameters of url function#62
meteorlxy wants to merge 1 commit into
aaronlord:masterfrom
meteorlxy:url-default-parameters

Conversation

@meteorlxy

@meteorlxy meteorlxy commented Jun 23, 2017

Copy link
Copy Markdown

Issue #22

Comment thread src/templates/laroute.js
url : function (route, parameters) {
parameters = parameters || {};
parameters = parameters || [];

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

//validate if parameters is empty
if(parameters > 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.

2 participants