From a5681898404cac3e7fc0f3b963c240fb848e375a Mon Sep 17 00:00:00 2001 From: Mark Tudor Date: Tue, 17 Jan 2017 22:10:36 +0000 Subject: [PATCH] Corrected the config key used by pick-a-time. Was "date", is now "time". --- addon/components/pick-a-time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/components/pick-a-time.js b/addon/components/pick-a-time.js index 062d279..4a62ebc 100644 --- a/addon/components/pick-a-time.js +++ b/addon/components/pick-a-time.js @@ -25,7 +25,7 @@ export default Picker.extend({ classNames: ['ember-pick-a-time'], didInsertElement() { - const defaults = this.getOptions().date; + const defaults = this.getOptions().time; const options = { ...defaults, ...this.attrs.options