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.

demo: select codepen preview is not working #8761

@devversion

Description

@devversion

When clicking on the codepen button for the first select demo, the demo won't load properly inside of CodePen.

This is caused by the example directive usage.

The <code><md-select></code> component can be used within a

This will be interpreted as a normal md-select directive, without any ng-model.

If the developer isn't specifying any ng-model on the md-select we throw an error.

Controller 'ngModel', required by directive 'mdSelect', can't be found!

cc. @topherfangio

Metadata

Metadata

Assignees

No one assigned

    Labels

    has: Pull RequestA PR has been created to address this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions