From d4ace3c82eabef19d7cb80e90bcd9e55f5277a8c Mon Sep 17 00:00:00 2001 From: Nick Burka Date: Fri, 7 Aug 2015 11:14:00 -0400 Subject: [PATCH] Fix coment typo --- tests/dummy/app/templates/form_sample.hbs | 4 ++-- tests/dummy/app/templates/quickexample.hbs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/dummy/app/templates/form_sample.hbs b/tests/dummy/app/templates/form_sample.hbs index c8ca57f..a974c62 100644 --- a/tests/dummy/app/templates/form_sample.hbs +++ b/tests/dummy/app/templates/form_sample.hbs @@ -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}} \ No newline at end of file +{{/em-form}} diff --git a/tests/dummy/app/templates/quickexample.hbs b/tests/dummy/app/templates/quickexample.hbs index 5e411ad..7dca783 100644 --- a/tests/dummy/app/templates/quickexample.hbs +++ b/tests/dummy/app/templates/quickexample.hbs @@ -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}} @@ -65,4 +65,4 @@ jsBin
{{render 'form_sample' model}} -
\ No newline at end of file +