Commit 822737717018ad4d76dd13edf4aab2fa5a9394ad
1 parent
c58d1386
Exists in
master
and in
2 other branches
Fixing typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ConfJuvApp/www/js/controllers.js
... | ... | @@ -337,7 +337,7 @@ angular.module('confjuvapp.controllers', []) |
337 | 337 | $scope.reloadTopics = function() { |
338 | 338 | $scope.emptyTopicsCount = 0; |
339 | 339 | |
340 | - if ($scope.filterTopic != 'all') { | |
340 | + if ($scope.topicFilter.value != 'all') { | |
341 | 341 | $scope.emptyTopicsCount = $scope.topics.length - 1; |
342 | 342 | } |
343 | 343 | ... | ... |