zhaojintaozhao 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_r308323337
##########
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:
Hi, chunen:
I have deleted this unused line: "$scope.cubeService = CubeService" and
submit code.
Please verify this patch, Thank you.
----------------------------------------------------------------
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