Famous / famous-angular

Bring structure to your Famo.us apps with the power of AngularJS. Famo.us/Angular integrates seamlessly with existing Angular and Famo.us apps.
https://famo.us/angular
Mozilla Public License 2.0
1.92k stars 276 forks source link

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

Closed train860 closed 9 years ago

train860 commented 9 years ago

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

OddNaughty commented 9 years ago

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

zackbrown commented 9 years ago

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

OddNaughty commented 9 years ago

Oh yes, my bad ! Thank you @zackbrown !

train860 commented 9 years ago

Thank you !!!