Merge pull request #111 from lorenzhs/fixComment
Fix comment so my completion doesn't suggest rootscope instead of rootScope
This commit is contained in:
commit
4753ef92a7
1 changed files with 1 additions and 1 deletions
|
@ -554,7 +554,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
$store.bind($scope, "noembed", false);
|
||||
// Save setting for channel ordering
|
||||
$store.bind($scope, "orderbyserver", false);
|
||||
// Save setting for displaying embeds in rootscope so it can be used from service
|
||||
// Save setting for displaying embeds in rootScope so it can be used from service
|
||||
$rootScope.visible = $scope.noembed === false;
|
||||
|
||||
// If we are on mobile chhange some defaults
|
||||
|
|
Loading…
Reference in a new issue