Remove commented code.
parent
170136304f
commit
b3a7d83447
|
@ -350,9 +350,6 @@ WatchersLightboxDirective = ($repo) ->
|
||||||
html = usersTemplate(ctx)
|
html = usersTemplate(ctx)
|
||||||
$el.find("div.watchers").html(html)
|
$el.find("div.watchers").html(html)
|
||||||
|
|
||||||
# updateScopeFilteringUsers = () ->
|
|
||||||
# $scope.filteredUsers = _.difference($scope.users, watchers)
|
|
||||||
|
|
||||||
$scope.$on "watcher:add", (ctx, item) ->
|
$scope.$on "watcher:add", (ctx, item) ->
|
||||||
selectedItem = item
|
selectedItem = item
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue