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 0d3b69a commit 42e4f2aCopy full SHA for 42e4f2a
src/ng/directive/form.js
@@ -7,11 +7,8 @@ var nullFormCtrl = {
7
$$renameControl: nullFormRenameControl,
8
$removeControl: noop,
9
$setValidity: noop,
10
- $$setPending: noop,
11
$setDirty: noop,
12
- $setPristine: noop,
13
- $setSubmitted: noop,
14
- $$clearControlValidity: noop
+ $setSubmitted: noop
15
},
16
SUBMITTED_CLASS = 'ng-submitted';
17
0 commit comments