Merge "Fix typo on flavor"

This commit is contained in:
Jenkins 2014-08-30 01:26:12 +00:00 committed by Gerrit Code Review
commit d9ff82ad4d

View File

@ -965,7 +965,7 @@ angular.module('compass.wizard', [
dataService.getClusterById(cluster.id).success(function(data) { dataService.getClusterById(cluster.id).success(function(data) {
// wizardFactory.setAdapter(data); // wizardFactory.setAdapter(data);
$scope.roles = data.falvor.roles; $scope.roles = data.flavor.roles;
}); });
dataService.getServerColumns().success(function(data) { dataService.getServerColumns().success(function(data) {