Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7ef2921

Browse files
grsmvgcaitp
grsmvg
authored andcommitted
docs(form): add dollar sign back to setSubmitted()
Dollar sign was missing for setSubmitted() due to fc73256, just adding it back in ヽ(^。^)ノ Closes #8772
1 parent 5e15b11 commit 7ef2921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ function FormController(element, attrs, $scope, $animate) {
242242

243243
/**
244244
* @ngdoc method
245-
* @name form.FormController#setSubmitted
245+
* @name form.FormController#$setSubmitted
246246
*
247247
* @description
248248
* Sets the form to its submitted state.

0 commit comments

Comments
 (0)