Famous/famous-angular

fa-container-surface doesn't accept fa-size

Offirmo opened this issue · 0 comments

I tried to make this work :

<fa-container-surface fa-size="tiles.size">...

but it wouldn't apply the size. After I turned to :

<fa-container-surface fa-options="{size: tiles.size}">...

it worked. But this is tricky and unexpected !

Can it be fixed ?