Skip to content

Commit

Permalink
fixes #83 by properly mapping from api name to angular js object name
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed May 28, 2020
1 parent 8402f8d commit 84f8c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/javascripts/services/teamSvc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ angular.module('QuepidApp')
angular.forEach(this.cases, function(c) {
// This is really ugly.
c.caseName = c.case_name;
c.lastTry = c.last_try_number;
});


Expand Down

0 comments on commit 84f8c25

Please sign in to comment.