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

Nav update #1181

Merged
merged 10 commits into from
Apr 24, 2017
Prev Previous commit
Next Next commit
fixed semicolon issue
  • Loading branch information
chq-matteo authored Apr 9, 2017
commit f601843b70818c49fe0ef8676e0bcbc53a6762b3
4 changes: 2 additions & 2 deletions app/listings/listings.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { loadUser } from '../services/userv3.service.js'
$location.hash(filter)
},
setChallengeFilter: function(component) {
$scope.challengeFilter = component;
$scope.challengeFilter = component
}
}
logger.debug('Calling ListingsController activate()')
Expand Down Expand Up @@ -101,7 +101,7 @@ import { loadUser } from '../services/userv3.service.js'
$location.hash(filter)
},
setChallengeFilter: function(component) {
$scope.challengeFilter = component;
$scope.challengeFilter = component
}
}

Expand Down