We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
h5.core.controller('body', { __name:'A', // 直接バインド記法でバインド // (イベント名を[]で囲み、コントローラバインド時に存在するdiv要素についてバインド) 'div [h5trackstart]': function(){console.log('hoge');} });
のように、イベント名を[]で囲んでバインドした時、h5trackstartイベントハンドラが動作しない。
The text was updated successfully, but these errors were encountered:
hifive#308 h5track*イベントが直接バインド記法で書かれていた時にイベントハンドラが正しくバインドされていなかったので修正…
57b40f8
…しました。
hifive#308 h5trackXXXを直接バインド記法で記述した場合のテストケースを追加しました。
6dd7ec1
fukudayasuo
No branches or pull requests
のように、イベント名を[]で囲んでバインドした時、h5trackstartイベントハンドラが動作しない。
The text was updated successfully, but these errors were encountered: