Short help text

This commit is contained in:
jelhan 2014-08-01 21:00:04 +02:00
parent 4969bc37e2
commit ac07752095
3 changed files with 4 additions and 2 deletions

View file

@ -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');

View file

@ -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');

View file

@ -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>