[WIP] select-box-kit refactoring

This commit is contained in:
Joffrey JAFFEUX
2017-10-19 12:51:08 -07:00
committed by GitHub
parent a9f718fe57
commit ae1743c61f
157 changed files with 3262 additions and 2404 deletions

View File

@ -0,0 +1,9 @@
import SelectBoxKitRowComponent from "select-box-kit/components/select-box-kit/select-box-kit-row";
export default SelectBoxKitRowComponent.extend({
layoutName: "select-box-kit/templates/components/dropdown-select-box/dropdown-select-box-row",
classNames: "dropdown-select-box-row",
name: Ember.computed.alias("content.name"),
description: Ember.computed.alias("content.originalContent.description")
});