nglar / ngTouch

A angular module to add directives for touch devices.
MIT License
53 stars 30 forks source link

$element.context.getAttribute didn't work for me #1

Closed elevaunt closed 9 years ago

elevaunt commented 9 years ago

Great job with this touch directive. The only issue I had was that $element.context.getAttribute(); didn't work for me.

I changed it to $element.attr() and everything worked great!

marktopper commented 9 years ago

Great. Thanks for letting me know. Will make this change as the first thing tomorrow morning. Best regards, Mark.