Skip to content

Commit

Permalink
fix(pipelines): correctly rerender when editing JSON (#4192)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry authored Sep 30, 2017
1 parent 8574f53 commit 014a6ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ module.exports = angular.module('spinnaker.core.pipeline.config.pipelineConfigur
controllerAs: '$ctrl',
size: 'lg modal-fullscreen',
resolve: {
pipeline: () => $scope.pipeline,
pipeline: () => $scope.renderablePipeline,
}
}).result.then(() => {
$scope.$broadcast('pipeline-json-edited');
Expand Down

0 comments on commit 014a6ae

Please sign in to comment.