Reorder statements for easier reading
This commit is contained in:
parent
997fe91d3e
commit
1664b34cc9
1 changed files with 4 additions and 4 deletions
|
@ -617,14 +617,14 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.showSidebar = true;
|
|
||||||
|
|
||||||
$scope.buffers = models.model.buffers;
|
|
||||||
|
|
||||||
$rootScope.$on('relayDisconnect', function() {
|
$rootScope.$on('relayDisconnect', function() {
|
||||||
models.reinitialize();
|
models.reinitialize();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$scope.showSidebar = true;
|
||||||
|
|
||||||
|
$scope.buffers = models.model.buffers;
|
||||||
|
|
||||||
$scope.activeBuffer = models.getActiveBuffer;
|
$scope.activeBuffer = models.getActiveBuffer;
|
||||||
|
|
||||||
$rootScope.waseverconnected = false;
|
$rootScope.waseverconnected = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue