[Forms] Let Angular force required rows
Pass along ng-required values such that Angular may handle tracking of form validity based on the presence of required fields. WTD-530.
This commit is contained in:
@@ -50,6 +50,9 @@ define(
|
||||
// Enabled/disabled state
|
||||
ngDisabled: "=",
|
||||
|
||||
// Whether or not input is required
|
||||
ngRequired: "=",
|
||||
|
||||
// Pattern (for input fields)
|
||||
ngPattern: "=",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user