Skip to content

Commit

Permalink
Harvester / Properly indicate when harvester list is loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
François Prunayre committed Sep 3, 2014
1 parent 6ceeb97 commit d4dad51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
if (data != 'null') {
$scope.harvesters = data;
gnUtilityService.parseBoolean($scope.harvesters);
$scope.isLoadingHarvester = false;
}
$scope.isLoadingHarvester = false;
}).error(function(data) {
// TODO
$scope.isLoadingHarvester = false;
Expand Down

0 comments on commit d4dad51

Please sign in to comment.