Files can now depends on MCQ
This commit is contained in:
parent
823328ead2
commit
e937073588
8 changed files with 90 additions and 28 deletions
|
|
@ -76,7 +76,8 @@
|
|||
<span ng-if="!file.depends">aucun flag</span>
|
||||
<ul ng-if="file.depends">
|
||||
<li ng-repeat="dep in file.depends">
|
||||
{{ dep.label }}
|
||||
<span ng-if="dep.label">Flag {{ dep.label }}</span>
|
||||
<span ng-if="dep.title">QCM {{ dep.title }}</span>
|
||||
<button type="button" class="btn btn-sm btn-danger" ng-click="deleteFileDep()"><span class="glyphicon glyphicon-trash"></span></button>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Reference in a new issue