[#1465] bug fixes to achievements listing

This commit is contained in:
Tyler Renelle
2013-09-07 13:38:43 -04:00
parent a930d536f6
commit 69faa27f68
5 changed files with 42 additions and 120 deletions
-1
View File
@@ -25,7 +25,6 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
} else {
// We need the member information up top here, but then we pass it down to the modal controller
// down below. Better way of handling this?
debugger
Members.selectMember(uid);
$rootScope.modals.member = true;
}