fixed controllers

This commit is contained in:
Fran Jurmanović
2021-08-03 15:47:53 +02:00
parent 5ee2ccc076
commit 08c3987087
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import { BaseComponentElement } from 'common/';
import { findMethod } from 'core/utils';
import { WalletHeaderElementTemplate } from 'components/wallet-header';
@controller
@controller('wallet-header')
class WalletHeaderElement extends BaseComponentElement {
@attr currentBalance: number;
@attr lastMonth: number;