Short help text
This commit is contained in:
parent
4969bc37e2
commit
ac07752095
3 changed files with 4 additions and 2 deletions
|
@ -155,7 +155,7 @@ export default Ember.ObjectController.extend(Ember.Validations.Mixin, {
|
|||
|
||||
/*
|
||||
* invokes isValid state
|
||||
* used to enable / disabled submit button
|
||||
* used to enable / disabled next button
|
||||
*/
|
||||
isNotValid: function(){
|
||||
return !this.get('isValid');
|
||||
|
|
|
@ -68,7 +68,7 @@ export default Ember.ObjectController.extend(Ember.Validations.Mixin, {
|
|||
|
||||
/*
|
||||
* invokes isValid state
|
||||
* used to enable / disabled submit button
|
||||
* used to enable / disabled next button
|
||||
*/
|
||||
isNotValid: function(){
|
||||
return !this.get('isValid');
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
{{em-form-control-help text="You have to enter atleast one valid time for each date."}}
|
||||
|
||||
<div class="form-group">
|
||||
<button {{action "moreTimes"}} class="btn btn-default"> more inputs for time </button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue