Skip to content

Commit

Permalink
switch to colocated templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Jan 17, 2022
1 parent 0cd2199 commit 88ec186
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions src/components/pikaday-inputless.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import Component from '@ember/component';
import PikadayMixin from '../mixins/pikaday';
import layout from '../templates/pikaday-inputless.hbs';

export default Component.extend(PikadayMixin, {
layout,

didInsertElement() {
this._super(...arguments);
this.set('field', this.element.querySelector('.ember-pikaday-input'));
Expand Down

0 comments on commit 88ec186

Please sign in to comment.