diff --git a/js/ext/angular/test/checkbox.html b/js/ext/angular/test/checkbox.html index 8c6dd9b529..15b4fe5600 100644 --- a/js/ext/angular/test/checkbox.html +++ b/js/ext/angular/test/checkbox.html @@ -19,11 +19,11 @@ - - - - - + + + + + + + + + + @@ -16,14 +21,14 @@ right-buttons="rightButtons" type="bar-primary"> - + @@ -117,7 +118,7 @@ $scope.refreshProjects = function() { console.log("REFRESHING"); $timeout(function() { - $scope.refreshComplete(); + $scope.$broadcast('scroll.refreshComplete'); }, 2000); };