nichunen commented on a change in pull request #728: KYLIN-4067 optimize the
kylin cube page loading mechanism.
URL: https://github.com/apache/kylin/pull/728#discussion_r307259107
##########
File path: webapp/app/js/controllers/cubeSchema.js
##########
@@ -36,6 +36,8 @@ KylinApp.controller('CubeSchemaCtrl', function ($scope,
QueryService, UserServic
];
$scope.curStep = $scope.wizardSteps[0];
+ $scope.allCubeNames = [];
+ $scope.cubeService = CubeService;
Review comment:
$scope.cubeService seems never used
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services