Skip to content

Commit

Permalink
fix(core/securityGroups): ensure security groups view renders when re…
Browse files Browse the repository at this point in the history
…ady (#5052)
  • Loading branch information
anotherchrisberry committed Mar 22, 2018
1 parent 1368107 commit deb1bbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = angular.module('spinnaker.core.securityGroup.all.controller', [
});

app.securityGroups.onRefresh($scope, () => updateSecurityGroups());
app.securityGroups.ready().then(() => updateSecurityGroups());

};

Expand Down

0 comments on commit deb1bbd

Please sign in to comment.