Skip to content

Commit

Permalink
fix(core): fix pipeline stage navigation (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeach committed Apr 7, 2017
1 parent d4788da commit e5d2630
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -76,7 +76,7 @@ <h4>Stages</h4>
<pipeline-graph view-state="viewState"
pipeline="pipeline"
should-validate="true"
on-node-click="pipelineConfigurerCtrl.navigateTo"></pipeline-graph>
on-node-click="pipelineConfigurerCtrl.navigateTo(node)"></pipeline-graph>
</div>
<div class="row">
<div class="col-md-8">
Expand Down

0 comments on commit e5d2630

Please sign in to comment.