|
|
@ -751,9 +751,11 @@ weechat.directive('inputBar', function() { |
|
|
|
models) { |
|
|
|
models) { |
|
|
|
|
|
|
|
|
|
|
|
// Focuses itself when active buffer is changed
|
|
|
|
// Focuses itself when active buffer is changed
|
|
|
|
|
|
|
|
/* |
|
|
|
$rootScope.$on('activeBufferChanged', function() { |
|
|
|
$rootScope.$on('activeBufferChanged', function() { |
|
|
|
angular.element('#sendMessage').focus(); |
|
|
|
angular.element('#sendMessage').focus(); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
$scope.completeNick = function() { |
|
|
|
$scope.completeNick = function() { |
|
|
|
// input DOM node
|
|
|
|
// input DOM node
|
|
|
|