Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/dummy/app/templates/form_sample.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{#em-form model=model form_layout=layout}}
{{em-input property="name" label="Full Name" placeholder="Enter a name..."}}
{{em-input property="password" label="Password" placeholder="And password..." type="password" disabled=nameHasValue}}
{{em-text property="comment" label="Coment" placeholder="Comment please.." rows=4}}
{{em-text property="comment" label="Comment" placeholder="Comment please.." rows=4}}
{{em-select property="gender" label="Gender" prompt="-select-" contentBinding="genderOptions" optionValuePath="content.id" optionLabelPath="content.name"}}
{{em-checkbox property="active" label="Active?"}}
{{/em-form}}
{{/em-form}}
4 changes: 2 additions & 2 deletions tests/dummy/app/templates/quickexample.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
\{{#em-form model=model}}
\{{em-input property="name" label="Full Name" placeholder="Enter a name..."}}
\{{em-input property="password" label="Password" placeholder="And password..." type="password" disabled=nameHasValue}}
\{{em-text property="comment" label="Coment" placeholder="Comment please.." rows=4}}
\{{em-text property="comment" label="Comment" placeholder="Comment please.." rows=4}}
\{{em-select property="gender" label="Gender" prompt="-select-" contentBinding="genderOptions" optionValuePath="content.id" optionLabelPath="content.name"}}
\{{em-checkbox property="active" label="Active?"}}
\{{/em-form}}
Expand All @@ -65,4 +65,4 @@
<a href="http://jsbin.com/pexolude/201" target="_blank" class="btn btn-warning jsbin pull-right">jsBin</a>
<div class="well line-example">
{{render 'form_sample' model}}
</div>
</div>