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

fix(app-config): Use parentheses to fix string concat in config #469

Merged
merged 1 commit into from
Aug 23, 2014

Conversation

kingcody
Copy link
Member

Changes:

  • wrap process.env.DOMAIN || '' in parentheses to correct the order of the OR operator and string concat

Closes #466

@kingcody
Copy link
Member Author

Wow, I really gotta remember: No : in commit scope.

Changes:
- wrap `process.env.DOMAIN || ''` in parentheses to correct the order of the OR operator and string concat

Closes angular-fullstack#466
@kingcody kingcody changed the title fix(app:config): Use parentheses to fix string concat in config fix(app-config): Use parentheses to fix string concat in config Aug 21, 2014
DaftMonk added a commit that referenced this pull request Aug 23, 2014
fix(app-config): Use parentheses to fix string concat in config
@DaftMonk DaftMonk merged commit 6079484 into angular-fullstack:canary Aug 23, 2014
@kingcody kingcody deleted the fix/order-of-operations branch August 24, 2014 03:30
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.

None yet

2 participants