Fix comment so my completion doesn't suggest rootscope instead of rootScope
This commit is contained in:
parent
3b2af82d36
commit
9b89341b74
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,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;
|
||||
// Watch model and update show setting when it changes
|
||||
$scope.$watch('noembed', function() {
|
||||
|
|
Loading…
Add table
Reference in a new issue