mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 19:30:57 +00:00
Add forgotten name attribute.
This commit is contained in:
parent
ab305ea07e
commit
6d0779b8f8
1 changed files with 4 additions and 0 deletions
|
@ -153,6 +153,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
.radio: label
|
||||
input(
|
||||
type="radio"
|
||||
name="{{ 'neg-feedback-reason-' + $index }}"
|
||||
ng-model="negFeedbackReason"
|
||||
value="{{ logHintsNegFeedbackValues.DIDNT_UNDERSTAND }}"
|
||||
)
|
||||
|
@ -160,6 +161,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
.radio: label
|
||||
input(
|
||||
type="radio"
|
||||
name="{{ 'neg-feedback-reason-' + $index }}"
|
||||
ng-model="negFeedbackReason"
|
||||
value="{{ logHintsNegFeedbackValues.NOT_APPLICABLE }}"
|
||||
)
|
||||
|
@ -167,6 +169,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
.radio: label
|
||||
input(
|
||||
type="radio"
|
||||
name="{{ 'neg-feedback-reason-' + $index }}"
|
||||
ng-model="negFeedbackReason"
|
||||
value="{{ logHintsNegFeedbackValues.INCORRECT }}"
|
||||
)
|
||||
|
@ -174,6 +177,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
.radio: label
|
||||
input(
|
||||
type="radio"
|
||||
name="{{ 'neg-feedback-reason-' + $index }}"
|
||||
ng-model="negFeedbackReason"
|
||||
value="{{ logHintsNegFeedbackValues.OTHER }}"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue