Commit 822737717018ad4d76dd13edf4aab2fa5a9394ad

Authored by Caio Almeida
1 parent c58d1386

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,7 +337,7 @@ angular.module('confjuvapp.controllers', [])
337 $scope.reloadTopics = function() { 337 $scope.reloadTopics = function() {
338 $scope.emptyTopicsCount = 0; 338 $scope.emptyTopicsCount = 0;
339 339
340 - if ($scope.filterTopic != 'all') { 340 + if ($scope.topicFilter.value != 'all') {
341 $scope.emptyTopicsCount = $scope.topics.length - 1; 341 $scope.emptyTopicsCount = $scope.topics.length - 1;
342 } 342 }
343 343