From d514eaa32389acf3175482f1bd8c1d715f83a008 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Tue, 3 Dec 2013 11:10:46 -0600 Subject: [PATCH] Fixing some old tests --- js/ext/angular/test/checkbox.html | 10 +++--- js/ext/angular/test/header.html | 9 ++++-- js/ext/angular/test/list.html | 53 ++++++++++++++++--------------- 3 files changed, 39 insertions(+), 33 deletions(-) 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); };