Fix one small bug

This commit is contained in:
jelhan 2014-08-01 21:23:34 +02:00
parent 2eb17b8233
commit 4ec5850fed

View file

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