html-next / ember-hammertime

TouchAction (aka "fastclick") Support for Ember Applications
MIT License
56 stars 23 forks source link

ember-hammertime#develop seems to be removing attributeBindings for components with a specified tag name #22

Closed ianpetzer closed 8 years ago

ianpetzer commented 8 years ago

Hi,

I've tried running my app agains the latest version of ember-hammertime#develop and I've observed that the attributeBindings are being ignored on my component which specifies a tag name of 'img'. In addition, my checkboxes are rendering as input boxes.

I suspect it might be due to this: But thats just speculation

wongpeiyi commented 8 years ago

I think this should be fixed by https://github.com/runspired/ember-hammertime/pull/20 (which is merged into latest develop and master)

ianpetzer commented 8 years ago

@wongpeiyi I can confirm that this is now fixed on latest develop.. Will close the issue.

Thanks!