Skip to content

Commit

Permalink
fix(aws): restore $onInit to ingress security group selector
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed May 19, 2017
1 parent f47597c commit bc5da6d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ class IngressRuleSelectorController implements IComponentController {
this.rule.vpcId = undefined;
};

public $onInit(): void {
this.setAvailableSecurityGroups();
}

public $onDestroy() {
this.coordinatesChanged.unsubscribe();
this.allSecurityGroupsUpdated.unsubscribe();
Expand Down

0 comments on commit bc5da6d

Please sign in to comment.