bug fix: see git file changes

This commit is contained in:
Usman Nasir
2021-12-26 15:30:33 +05:00
parent 31e059c3ca
commit cc3816d607
3 changed files with 9 additions and 4 deletions

View File

@@ -862,9 +862,7 @@
<div class="col-sm-10" style="margin-bottom: 2%;">
<select ng-change="fetchChangesInFile()"
ng-model="$parent.changeFile" class="form-control">
<option ng-repeat="file in files">
{$ file $}
</option>
<option ng-repeat="file in files">{$ file $}</option>
</select>
</div>