Skip to content

fix typo error at scotch blog #5

Description

@hiepxanh

image

your post at How to Implement a Custom Validator Directive (Confirm Password) in Angular 2
<button type="submit" [disabled]="!myForm.valid">Submit
should be
<button type="submit" [disabled]="!f.valid">Submit
the most easy is reupload a picture
i create at here
image

Activity

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

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