Add input to hilight texts in responses
This commit is contained in:
parent
c351de26ea
commit
1176c52ae7
2 changed files with 15 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
|||
<div class="btn-group-toggle float-right" data-toggle="buttons">
|
||||
<div class="btn-group-toggle float-right ml-1" data-toggle="buttons">
|
||||
<label class="btn btn-secondary active">
|
||||
<input type="checkbox" ng-model="notCorrected"> Pas corrigés
|
||||
</label>
|
||||
</div>
|
||||
<div class="float-right ml-1">
|
||||
<input class="form-control" ng-model="highlight" placeholder="highlight1,highlight2,..." ng-change="chHilight()">
|
||||
</div>
|
||||
<h2>
|
||||
<span class="text-muted">{{ survey.title }}</span>
|
||||
<small>
|
||||
|
|
|
|||
Reference in a new issue