Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-tab md-on-select not firing. #2489

@patrick-martin-shoutpoint

Description

Since the update from 0.8.4 to 0.9-rcx, the expression in "md-on-select" is not executing.

In my code, tabIndex is not being set.

    <md-tabs>
        <md-tab label="Upcoming Meetings" md-on-select="tabIndex = 1"></md-tab>
        <md-tab label="Past Meetings" md-on-select="tabIndex = 2"></md-tab>
    </md-tabs>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions