Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sir-dunxalot/ember-easy-form-exte…
Browse files Browse the repository at this point in the history
…nsions
  • Loading branch information
Duncan Graham Walker committed Apr 17, 2015
2 parents 622ef7e + 50a1ad3 commit 7348191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addon/initializers/easy-form-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ export function initialize(/* container, app */) {
});

Ember.EasyForm.Checkbox.reopen({
attributeBindings: ['dataTest:data-test'],
classNames: ['input-checkbox'],
dataTest: Ember.computed.alias('parentView.dataTest'),
});

Ember.EasyForm.TextField.reopen({
Expand Down

0 comments on commit 7348191

Please sign in to comment.