Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gadicc/meteor-famous-gadi
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Nov 11, 2014
2 parents 7e025b5 + dba6099 commit 23b7406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo-base/client/views/HeaderFooterLayout.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template name="views_HeaderFooterLayout">
{{#Scrollview}}
{{#Surface size="[undefined,130]" class='pagePad'}}
{{#Surface size="[undefined,true]" class='pagePad'}}
<h1>HeaderFooterLayout</h1>
<p>A View with 3 surfaces, where the outer surfaces have a fixed size
and the interior surface will expand to fill all the remaining space.</p>
Expand Down Expand Up @@ -53,7 +53,7 @@ <h1>HeaderFooterLayout</h1>
<br />
{{/Surface}}

{{#Surface size="[undefined,30]" class='pagePad'}}
{{#Surface size="[undefined,true]" class='pagePad'}}
<p>You can also specify <code>direction="X"</code> for a horizontal
setup.</p>
{{/Surface}}
Expand Down

0 comments on commit 23b7406

Please sign in to comment.