Famous/famous-angular

footer does not show in "fa-header-footer-layout"!

train860 opened this issue · 4 comments

Hi,can you help! Thanks
here is my code.but the footer did not show in my phone.
037c0ade-2876-4c41-bf22-b62cb566ddbf

Got the same here.
There's a codepen:
http://codepen.io/OddNaughty/pen/pJzozP

The two of you are running into different issues:

@train860 , you need to specify the headerSize and footerSize in the options for fa-header-footer-layout (see the code in @OddNaughty 's CodePen.)

@OddNaughty , as mentioned in the readme you need to specify a height for your fa-app. See this modified codepen: http://codepen.io/zackbrown/pen/YXKrRR

Oh yes, my bad ! Thank you @zackbrown !

Thank you !!!