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