Skip to content

Commands in secondary section not clickable #80

Open
@Haicey

Description

@Haicey

So i have this snippet and commands with section="'secondary'" does not respond to click event but those assigned primary (or nothing at all) responds as expected.

<win-app-bar>
 <win-app-bar-command icon="'home'" label="'Home'" ng-click="goHome()"></win-app-bar-command>
....
  <win-app-bar-command icon="'clock'" label="'Clock'" ng-click="showClock()" section="'secondary'"></win-app-bar-command>
</win-app-bar>

Home works but Clock doesn't... Am I missing anything?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions