mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
resolve conflict
This commit is contained in:
parent
229ed372c3
commit
55b7ddc254
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ function HomeCtrl($scope, noteListDataFactory, websocketMsgSrv, $rootScope, arra
|
|||
$scope.TRASH_FOLDER_ID = TRASH_FOLDER_ID;
|
||||
$scope.query = {q: ''};
|
||||
|
||||
var initHome = function() {
|
||||
$scope.initHome = function() {
|
||||
websocketMsgSrv.getHomeNote();
|
||||
vm.noteCustomHome = false;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue