Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
docs(layout): document negative flex order
Browse files Browse the repository at this point in the history
Closes #4482. Closes #5543
  • Loading branch information
flowersinthesand authored and ThomasBurleson committed Nov 5, 2015
1 parent d69d6d0 commit e5fa785
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/app/partials/layout-grid.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@
<docs-demo demo-title="Flex Order Attribute" class="small-demo colorNested">
<demo-file name="index.html">
<div layout="row">
<div flex flex-order="-1">
<p>[flex-order="-1"]</p>
</div>
<div flex flex-order="1" flex-order-gt-md="3">
<p hide-gt-md>[flex-order="1"]</p>
<p hide show-gt-md>[flex-order-gt-md="3"]</p>
Expand All @@ -141,7 +144,7 @@
</docs-demo>
<p>
Add the <code>flex-order</code> attribute to a layout child to set its
position within the layout. Any value from 0-9 is accepted.
position within the layout. Any value from -9 to 9 is accepted.
</p>
<table class="md-api-table">
<tr>
Expand Down

0 comments on commit e5fa785

Please sign in to comment.