Added quick reply button (doesn't load in the correct parameters for

sending a msg)
This commit is contained in:
Blade Barringer
2014-11-23 20:28:36 -06:00
parent 19fb81aafd
commit f16d9d609e
2 changed files with 5 additions and 0 deletions
+3
View File
@@ -99,6 +99,9 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
});
}
$scope.quickReply = function(uuid) {
$rootScope.openModal('private-message',{controller:'MemberModalCtrl', scope:$scope})
}
}
])