Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
// Does not fire on initialOrg
@Output() onChange = new EventEmitter<IdlObject>();
+ sortedOrgs: IdlObject[] = [];
+
// convenience method to get an IdlObject representing the current
// selected org unit. One way of invoking this is via a template
// reference variable.
return this.org.get(this.selected.id);
}
- sortedOrgs: IdlObject[] = [];
-
constructor(
private auth: AuthService,
private store: StoreService,