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