Fix ordering of channels
As channels aren't added right away (but as soon as the info was received from the server), somehow the orderBy didn't do its job.
This commit is contained in:
parent
c03dc77e49
commit
c4d29a7eb0
2 changed files with 3 additions and 2 deletions
|
@ -315,6 +315,7 @@ weechat.factory('connection', ['$q', '$rootScope', '$log', '$store', 'handlers',
|
|||
models.setActiveBuffer(buffer.id);
|
||||
}
|
||||
}
|
||||
$rootScope.predicate = 'number';
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue