Become a member
Sign in
To React from jQuery: Disable a Button
61
4
Thomas Collardeau
Nick Taras
Nick Taras
Jul 23, 2017 · 1 min read

Thanks for the article :)

(How would you reason this in Angular?)

For Angular you include ng-disabled to an input as shown below and manage the state via an expression.

Angular 2

<input [disabled]="ngForm.valid" />

AngularJS

<input ng-disabled="ngForm.valid" />
    Nick Taras

    Written by

    Nick Taras

    Write the first response

    Discover Medium

    Welcome to a place where words matter. On Medium, smart voices and original ideas take center stage - with no ads in sight. Watch

    Make Medium yours

    Follow all the topics you care about, and we’ll deliver the best stories for you to your homepage and inbox. Explore

    Become a member

    Get unlimited access to the best stories on Medium — and support writers while you’re at it. Just $5/month. Upgrade
    AboutHelpLegal