Change scope of attribute.

This commit is contained in:
Alexis Lahouze 2017-07-21 00:32:39 +02:00
parent 598ddc6a85
commit 8b0d3decd4
1 changed files with 1 additions and 1 deletions

View File

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