Skip to content

Improve optional settings #33

@hadimansouri

Description

@hadimansouri

To set an step as optional we have to add md-optional="any text" to the step directive. It make difficult making steps dynamically. I suggest to define optional steps as follow:

<md-step md-optional="{expression}" md-optional-text="Optional">

By this pattern we could dynamically define steps as optional. If expression is true step is optional and text could be show for it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions