Fix one small bug
This commit is contained in:
parent
2eb17b8233
commit
4ec5850fed
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');
|
||||
}
|
||||
},
|
||||
|
||||
getHoursAndMinutesFromInput: function(time){
|
||||
// try to split time in minutes and hours
|
||||
|
|
Loading…
Reference in a new issue