From e6135d60b28e31bc204d32b2406512a6712c5728 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 6 Feb 2015 14:03:35 +1030 Subject: [PATCH] It's a component, not a view! --- ember/app/components/ui/controls/select-input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ember/app/components/ui/controls/select-input.js b/ember/app/components/ui/controls/select-input.js index 52381dacb..020d6955f 100644 --- a/ember/app/components/ui/controls/select-input.js +++ b/ember/app/components/ui/controls/select-input.js @@ -1,6 +1,6 @@ import Ember from 'ember'; -export default Ember.View.extend({ +export default Ember.Component.extend({ tagName: 'span', classNames: ['select-input'], optionValuePath: 'content',