Change scope of attribute.

This commit is contained in:
Alexis Lahouze 2017-07-21 00:32:39 +02:00
parent 598ddc6a85
commit 8b0d3decd4

View File

@ -33,7 +33,7 @@ export class AccountEditModalComponent {
valid: boolean = false; valid: boolean = false;
constructor(public activeModal: NgbActiveModal) {} constructor(private activeModal: NgbActiveModal) {}
title(): string { title(): string {
if(this.account.id) { if(this.account.id) {