Skip to content

Commit

Permalink
fix(travis): Refresh travis build information on each render (#8114) (#…
Browse files Browse the repository at this point in the history
…8164)

Co-authored-by: sergio-pena <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
(cherry picked from commit 37292d8)

Co-authored-by: Sergio Pena <[email protected]>
  • Loading branch information
mergify[bot] and sergiopena authored Apr 14, 2020
1 parent b814b40 commit 78d34f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export class TravisExecutionDetailsCtrl implements IController {
this.stage = this.$scope.stage;
this.initialize();
this.$scope.$on('$stateChangeSuccess', () => this.initialize());
this.$scope.$watch('stage.refId', () => (this.stage = $scope.stage));
}

public initialized(): void {
Expand Down

0 comments on commit 78d34f3

Please sign in to comment.