We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc2d4b commit c3d23feCopy full SHA for c3d23fe
_site/js/controllers/DropdownCtrl.js
@@ -22,7 +22,7 @@ function DropdownCtrl($scope, $http, Data, pubsub) {
22
23
$scope.indices.push(i);
24
$scope.types[i] = [];
25
- for (j in response.data[i]){
+ for (j in response.data[i].mappings){
26
27
$scope.types[i].push(j);
28
}
0 commit comments