[#1673] challenges: better tag-syncing, show tag bull-horn

This commit is contained in:
Tyler Renelle
2013-10-31 17:49:51 -07:00
parent 287beb363f
commit 0ce76ee689
4 changed files with 34 additions and 28 deletions

View File

@@ -68,6 +68,7 @@ habitrpg.controller("ChallengesCtrl", ['$scope', 'User', 'Challenges', 'Notifica
Notification.text('Challenge Created');
$scope.discard();
$scope.challenges = Challenges.Challenge.query();
User.sync();
} else {
// TODO figure out a more elegant way about this
//challenge._editing = false;