Added force sync param to party and tavern requests

This commit is contained in:
Keith Holliday
2016-05-23 09:40:04 +01:00
parent c5215e80de
commit 63de1e398f
3 changed files with 21 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
habitrpg.controller("TavernCtrl", ['$scope', 'Groups', 'User', 'Challenges',
function($scope, Groups, User, Challenges) {
Groups.tavern()
Groups.tavern(true)
.then(function (tavern) {
$scope.group = tavern;
Challenges.getGroupChallenges($scope.group._id)