From a96fa98d785df3e1260a11d6baffcb1965f5270a Mon Sep 17 00:00:00 2001 From: jelhan Date: Sat, 2 Aug 2014 15:43:58 +0200 Subject: [PATCH] Fix type error --- app/controllers/create/options-datetime.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/create/options-datetime.js b/app/controllers/create/options-datetime.js index 4b9b012..fa9a264 100644 --- a/app/controllers/create/options-datetime.js +++ b/app/controllers/create/options-datetime.js @@ -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