This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Reviewing Badges: Zusätzliche Icons"

Merged Michael Breu requested to merge 397-reviewing-badges-zusatzliche-icons into development
Viewing commit 3f91484e
Show latest version
3 files
+ 10
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -11,7 +11,7 @@
/>
</div>
<div class="pt-2">
<label *ngFor="let a of list! | filterEmail: search">
<label *ngFor="let a of list! | filterEmail: search" style="padding-left: 20px">
<input type="checkbox" [checked]="checkedList.includes(a.email)" (change)="getSelectedValue(!checkedList.includes(a.email), a)" />
<span style="color: rgb(33, 37, 41)">{{ a.email }}</span>
</label>