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:
Lorenz H-S 2013-12-08 20:42:30 +00:00
commit c4d29a7eb0
2 changed files with 3 additions and 2 deletions

View file

@ -315,6 +315,7 @@ weechat.factory('connection', ['$q', '$rootScope', '$log', '$store', 'handlers',
models.setActiveBuffer(buffer.id);
}
}
$rootScope.predicate = 'number';
});