Skip to content

Commit a42f2d9

Browse files
committed
Comment edits
1 parent ce71728 commit a42f2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/demo-app/stepper/stepper-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2>Linear Vertical Stepper Demo</h2>
4545
<h2>Linear Vertical Stepper Demo</h2>
4646
<md-vertical-stepper>
4747
<md-step>
48-
<form [formGroup]="nameFormGroup" novalidate>
48+
<form [formGroup]="nameFormGroup">
4949
<ng-template mdStepLabel>Fill out your name</ng-template>
5050
<md-input-container>
5151
<input mdInput placeholder="First Name" formControlName="firstNameFormCtrl" required>
@@ -62,7 +62,7 @@ <h2>Linear Vertical Stepper Demo</h2>
6262
</md-step>
6363

6464
<md-step [disabled]="!nameFormGroup.valid">
65-
<form [formGroup]="phoneFormGroup" novalidate>
65+
<form [formGroup]="phoneFormGroup">
6666
<ng-template mdStepLabel>
6767
<div>Fill out your phone number</div>
6868
</ng-template>

0 commit comments

Comments
 (0)