[Timeline] Commit changes on toggle

#908
This commit is contained in:
Victor Woeltjen 2016-05-19 15:06:06 -07:00
parent 20ecf168f2
commit b5229d7786
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@
}"> }">
<div class="l-cols"> <div class="l-cols">
<span class="l-col l-col-icon l-plot-resource" <span class="l-col l-col-icon l-plot-resource"
ng-click="ngModel.toggleGraph()" ng-click="ngModel.toggleGraph(); parameters.commit()"
title="Click to enable or disable inclusion in Resource Graphing"> title="Click to enable or disable inclusion in Resource Graphing">
<span class="ui-symbol" <span class="ui-symbol"
ng-show="ngModel.graph()" ng-show="ngModel.graph()"

View File

@ -43,6 +43,7 @@
<div class="t-swimlanes-holder l-swimlanes-holder" <div class="t-swimlanes-holder l-swimlanes-holder"
mct-scroll-y="scroll.y"> mct-scroll-y="scroll.y">
<mct-include key="'timeline-tabular-swimlane-cols-tree'" <mct-include key="'timeline-tabular-swimlane-cols-tree'"
parameters="{ commit: commit }"
ng-repeat="swimlane in timelineController.swimlanes()" ng-repeat="swimlane in timelineController.swimlanes()"
ng-model="swimlane"> ng-model="swimlane">
</mct-include> </mct-include>