1
0
mirror of https://github.com/flarum/core.git synced 2025-07-24 10:11:43 +02:00

It's a component, not a view!

This commit is contained in:
Toby Zerner
2015-02-06 14:03:35 +10:30
parent b4ea3af5b4
commit e6135d60b2

View File

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