UNPKG

ember-cli-materialize

Version:

An ember-cli addon for using Materialize (CSS Framework based on Material Design) in Ember applications.

11 lines (9 loc) 313 B
import Component from '@ember/component'; import { alias } from '@ember/object/computed'; import layout from '../templates/components/md-default-column-header'; export default Component.extend({ tagName: 'th', layout, attributeBindings: ['data-field'], 'data-field': alias('column.valueBindingPath') });