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

apply some cs/jshint. #888

Merged
merged 1 commit into from
Jan 11, 2016
Merged

apply some cs/jshint. #888

merged 1 commit into from
Jan 11, 2016

Conversation

aitboudad
Copy link
Contributor

No description provided.

@@ -111,7 +115,7 @@ function routing($stateProvider) {
).map(entry => dataStore.addEntry(references[name].targetEntity().uniqueId + '_values', entry));
}
}],
entries: ['dataStore', 'view', 'response', 'referenceEntries', function (dataStore, view, response, referenceEntries) {
entries: ['dataStore', 'view', 'response', function (dataStore, view, response) {
Copy link
Member

Choose a reason for hiding this comment

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

This one is on purpose, it forces the ordering of the function execution in the resolve() logic. Please revert this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

reverted

@fzaninotto
Copy link
Member

Nice cleanup, looking forward to merging this one.

fzaninotto added a commit that referenced this pull request Jan 11, 2016
@fzaninotto fzaninotto merged commit e0c813e into marmelab:master Jan 11, 2016
@aitboudad aitboudad deleted the clean branch January 11, 2016 08:33
@fzaninotto
Copy link
Member

Thanks!

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