Skip to content

h5trackstartを直接バインド記法で記述した時に、イベントハンドラが動作しない #308

Description

@fukudayasuo
h5.core.controller('body', {
  __name:'A',
  // 直接バインド記法でバインド
  // (イベント名を[]で囲み、コントローラバインド時に存在するdiv要素についてバインド)
  'div [h5trackstart]': function(){console.log('hoge');}
});

のように、イベント名を[]で囲んでバインドした時、h5trackstartイベントハンドラが動作しない。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions