Fix type error

This commit is contained in:
jelhan 2014-08-02 15:43:58 +02:00
parent 3c520ac93a
commit a96fa98d78

View file

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