/* Collapse "Get It From Other Institutions" dropdown by default in full record display. */ app.component("prmAlmaOtherMembersAfter", { bindings: { parentCtrl: "<", }, controller: [ function () { var ctrl = this; ctrl.parentCtrl.isCollapsed = true; }, ], });