Skip to content

Commit

Permalink
default session data documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanman committed May 10, 2018
1 parent b777047 commit e76967a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/views/examples/pass-data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@ <h3 class="heading-small">
<div class="code">
&lt;input type="radio" name="over-18" value="yes" {%raw%}{{ checked('over-18','yes') }}{%endraw%}&gt;

</div>
</pre>

<h3 class="heading-small">
Setting default data
</h3>

<p>You can set default values in this file in your prototype folder:
<pre>
<div class="code">
app/data/session-data-defaults.js

</div>
</pre>

Expand Down

0 comments on commit e76967a

Please sign in to comment.