parent
1a98ef5844
commit
003375da4d
|
@ -40,7 +40,7 @@ include ../../../../_includes/_util-fns
|
||||||
:marked
|
:marked
|
||||||
That's not the only way to create a form but it's the way we'll cover in this chapter.
|
That's not the only way to create a form but it's the way we'll cover in this chapter.
|
||||||
:marked
|
:marked
|
||||||
We can build almost any form we need with an Angular template $mdash; login forms, contact forms ... pretty much any business forms.
|
We can build almost any form we need with an Angular template — login forms, contact forms ... pretty much any business forms.
|
||||||
We can lay out the controls creatively, bind them to data, specify validation rules and display validation errors,
|
We can lay out the controls creatively, bind them to data, specify validation rules and display validation errors,
|
||||||
conditionally enable or disable specific controls, trigger built-in visual feedback, and much more.
|
conditionally enable or disable specific controls, trigger built-in visual feedback, and much more.
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ include ../../../../_includes/_util-fns
|
||||||
:marked
|
:marked
|
||||||
That's not the only way to create a form but it's the way we'll cover in this chapter.
|
That's not the only way to create a form but it's the way we'll cover in this chapter.
|
||||||
:marked
|
:marked
|
||||||
We can build almost any form we need with an Angular template $mdash; login forms, contact forms ... pretty much any business forms.
|
We can build almost any form we need with an Angular template — login forms, contact forms ... pretty much any business forms.
|
||||||
We can lay out the controls creatively, bind them to data, specify validation rules and display validation errors,
|
We can lay out the controls creatively, bind them to data, specify validation rules and display validation errors,
|
||||||
conditionally enable or disable specific controls, trigger built-in visual feedback, and much more.
|
conditionally enable or disable specific controls, trigger built-in visual feedback, and much more.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue