mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-05-23 22:26:55 +00:00
fix(bs3): fix to MemberModalCtrl parameter
This commit is contained in:
parent
2480591444
commit
ebd1df932e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
|||
// We need the member information up top here, but then we pass it down to the modal controller
|
||||
// down below. Better way of handling this?
|
||||
Members.selectMember(uid);
|
||||
$rootScope.openModal('member', 'MemberModalCtrl');
|
||||
$rootScope.openModal('member', {controller:'MemberModalCtrl'});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue