challenges: better lock-down on member's tasks (remove actionable items

except stats)
This commit is contained in:
Tyler Renelle
2013-10-27 18:10:22 -07:00
parent d62586ef0a
commit f178eb2322
4 changed files with 30 additions and 28 deletions

View File

@@ -45,7 +45,7 @@ habitrpg.controller("ChallengesCtrl", ['$scope', '$rootScope', 'User', 'Challeng
} else {
// TODO figure out a more elegant way about this
//challenge._editing = false;
$scope.locked = true;
challenge._locked = true;
}
});
};