Skip to content

Commit

Permalink
fixed #159
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Oct 2, 2014
1 parent 00be743 commit 991dca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/controllers/configuration-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ configModule.controller("DbConfigController", ['$scope', '$routeParams', '$locat
}
});
if (!found) {
$scope.properties.push({name: 'useLightweightEdges', value: 'false' });
$scope.properties.push({name: 'useLightweightEdges', value: 'true' });
}

$scope.canChange = ["clusterSelection", "minimumClusters", "localeCountry", "useLightweightEdges", "conflictStrategy"];
Expand Down

0 comments on commit 991dca2

Please sign in to comment.