From e5b63b9dc2045a0c516658473f5ae2c6721cfde4 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Thu, 10 Jun 2021 12:28:50 +0200 Subject: [PATCH] MOBILE-3320 survey: Fix ngModel requires name error in console --- .../index/addon-mod-survey-index.html | 63 ++++++++++--------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/src/addons/mod/survey/components/index/addon-mod-survey-index.html b/src/addons/mod/survey/components/index/addon-mod-survey-index.html index c3f2ea353..4278d0b91 100644 --- a/src/addons/mod/survey/components/index/addon-mod-survey-index.html +++ b/src/addons/mod/survey/components/index/addon-mod-survey-index.html @@ -78,38 +78,41 @@ - - + + + - - - - {{question.num}}. {{ question.text }} - - - + + + + {{question.num}}. {{ question.text }} + + + - - - - - - - - - {{ 'core.choose' | translate }} - - {{option}} - - - - - + + + + + + + + + {{ 'core.choose' | translate }} + + {{option}} + + + + + +