1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

Add Angular trackBy function (#27)

This commit is contained in:
ShirokaiLon
2019-02-03 03:29:29 +00:00
committed by Kyle Spearrin
parent 04e6fac5e4
commit d1f2932f1c

View File

@@ -264,6 +264,10 @@ export class AddEditComponent implements OnInit {
}
}
trackByFunction(index: number, uri: LoginUriView) {
return index;
}
cancel() {
this.onCancelled.emit(this.cipher);
}