We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db843d commit c33e00eCopy full SHA for c33e00e
src/demo-app/stepper/stepper-demo.html
@@ -45,7 +45,7 @@ <h2>Linear Vertical Stepper Demo</h2>
45
<h2>Linear Vertical Stepper Demo</h2>
46
<md-vertical-stepper>
47
<md-step>
48
- <form [formGroup]="nameFormGroup" novalidate>
+ <form [formGroup]="nameFormGroup">
49
<ng-template mdStepLabel>Fill out your name</ng-template>
50
<md-input-container>
51
<input mdInput placeholder="First Name" formControlName="firstNameFormCtrl" required>
@@ -62,7 +62,7 @@ <h2>Linear Vertical Stepper Demo</h2>
62
</md-step>
63
64
<md-step [disabled]="!nameFormGroup.valid">
65
- <form [formGroup]="phoneFormGroup" novalidate>
+ <form [formGroup]="phoneFormGroup">
66
<ng-template mdStepLabel>
67
<div>Fill out your phone number</div>
68
</ng-template>
0 commit comments