challenges: add "official habitrpg challenge" option

This commit is contained in:
Tyler Renelle
2014-01-03 13:36:13 -07:00
parent 45b543c1ed
commit c9e083b602
5 changed files with 35 additions and 3 deletions

View File

@@ -35,7 +35,8 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'User', 'Challenge
leader: User.user._id,
group: null,
timestamp: +(new Date),
members: []
members: [],
official: false
});
};