Fix type error
This commit is contained in:
parent
3c520ac93a
commit
a96fa98d78
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export default Ember.ObjectController.extend(Ember.Validations.Mixin, {
|
|||
*/
|
||||
isNotValid: function(){
|
||||
return !this.get('isValid');
|
||||
},
|
||||
}.property('isValid'),
|
||||
|
||||
getHoursAndMinutesFromInput: function(time){
|
||||
// try to split time in minutes and hours
|
||||
|
|
Loading…
Reference in a new issue