Fix value binding in diff dropdown

Since switching the value to be the actual path, the data binding should
bind to the same thing.

Change-Id: Ic7a44aa214514d5e450d6ef5575a7e2ffeb7aeea
This commit is contained in:
Becky Siegel
2017-11-14 11:16:27 -08:00
parent 2b29ba3595
commit 6a0d15e021

View File

@@ -195,7 +195,7 @@ limitations under the License.
<div class="jumpToFileContainer"> <div class="jumpToFileContainer">
<gr-dropdown-list <gr-dropdown-list
id="dropdown" id="dropdown"
value="[[computeDisplayPath(_path)]]" value="[[_path]]"
on-value-change="_handleFileChange" on-value-change="_handleFileChange"
items="[[_formattedFiles]]" items="[[_formattedFiles]]"
initial-count="75"> initial-count="75">