Skip to content

Commit fc73256

Browse files
PatrickJSpetebacondarwin
authored andcommitted
docs(form.js): fix ngdoc tags for $setSubmitted
See 108a69b Closes angular#8464
1 parent 23bc92b commit fc73256

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ng/directive/form.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,8 @@ function FormController(element, attrs, $scope, $animate) {
241241
};
242242

243243
/**
244-
* @ngdoc function
245-
* @name ng.directive:form.FormController#$setSubmitted
246-
* @methodOf ng.directive:form.FormController
244+
* @ngdoc method
245+
* @name form.FormController#setSubmitted
247246
*
248247
* @description
249248
* Sets the form to its submitted state.

0 commit comments

Comments
 (0)