Merge pull request #261 from tellform/fixedScrollspy

Fixed ScrollSpy for fields
This commit is contained in:
David Baldwynn 2017-11-13 22:18:35 -08:00 committed by GitHub
commit 499f2c97a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,10 +47,9 @@
<div class="col-md-5 col-sm-9">{{ 'SHAPE' | translate }}:</div>
<div class="col-md-7 col-sm-3">
<select style="width:100%" ng-model="field.ratingOptions.shape"
ng-value="field.ratingOptions.steps"
name="ratingOptions_shape{{field._id}}" required>
<option ng-repeat="shapeType in validShapes"
ng-value="shapeType">
value="{{shapeType}}">
{{select2FA[shapeType]}}
</option>
</select>