Merge branch 'develop' into sabrecat/party-page

This commit is contained in:
Blade Barringer
2015-08-20 07:39:25 -05:00
55 changed files with 8651 additions and 8393 deletions

View File

@@ -1,4 +1,4 @@
"use strict";
'use strict';
habitrpg.controller('InviteToGroupCtrl', ['$scope', 'User', 'Groups', 'injectedGroup', '$http', 'Notification', function($scope, User, Groups, injectedGroup, $http, Notification) {
$scope.group = injectedGroup;