Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Added front end sorting for history graph #558

Merged
merged 2 commits into from
Nov 17, 2015
Merged

Added front end sorting for history graph #558

merged 2 commits into from
Nov 17, 2015

Conversation

tladendo
Copy link
Contributor

@@ -79,6 +79,11 @@
var desktop = window.innerWidth >= 900 && true;

$scope.promise.then(function(history) {
history.sort(function(lhs, rhs) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Does lhs and rhs stand for left and right hand side? Let's use long names in general for JavaScript to eliminate any guessing 😄 Vic and I should be adding a code styleguide soon to the readme, sorry it's taking so long!

tladendo added a commit that referenced this pull request Nov 17, 2015
Added front end sorting for history graph
@tladendo tladendo merged commit ec4087b into dev Nov 17, 2015
@nlitwin nlitwin deleted the feature/SUP-2385 branch February 2, 2016 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants