Repository: kylin Updated Branches: refs/heads/2.x-staging e41dba987 -> c3a307e19
KYLIN-1349 clean code in data model page Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/c3a307e1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/c3a307e1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/c3a307e1 Branch: refs/heads/2.x-staging Commit: c3a307e19159ccc731972566298f57d0198b8ce1 Parents: e41dba9 Author: janzhongi <[email protected]> Authored: Thu Feb 25 14:30:48 2016 +0800 Committer: janzhongi <[email protected]> Committed: Thu Feb 25 14:31:02 2016 +0800 ---------------------------------------------------------------------- webapp/app/js/controllers/cubeModel.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/c3a307e1/webapp/app/js/controllers/cubeModel.js ---------------------------------------------------------------------- diff --git a/webapp/app/js/controllers/cubeModel.js b/webapp/app/js/controllers/cubeModel.js index a96edc5..be931f3 100644 --- a/webapp/app/js/controllers/cubeModel.js +++ b/webapp/app/js/controllers/cubeModel.js @@ -97,8 +97,7 @@ KylinApp.controller('CubeModelCtrl', function ($location,$scope, $modal,cubeConf // Controller for cube model lookup modal. var cubeModelLookupModalCtrl = function ($scope, $modalInstance) { - $scope.ok = function (lookup_form) { - console.log(lookup_form); + $scope.ok = function () { $modalInstance.close(); };
