Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Sep 9, 2014
1 parent 92ad6f8 commit 58a504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _site/js/controllers/DropdownCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function DropdownCtrl($scope, $http, Data, pubsub) {
var path = $scope.data.host + "/_mapping";
$http.get(path).then(function(response){
if($scope.indices && $scope.indices.length > 0){
$scope.indicies.length = 0;
$scope.indices.length = 0;
}
$scope.data.mapping = response.data;

Expand Down

0 comments on commit 58a504e

Please sign in to comment.