mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-26 13:22:38 +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
|
// 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?
|
// down below. Better way of handling this?
|
||||||
Members.selectMember(uid);
|
Members.selectMember(uid);
|
||||||
$rootScope.openModal('member', 'MemberModalCtrl');
|
$rootScope.openModal('member', {controller:'MemberModalCtrl'});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue