mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-08 09:07:46 +08:00
docs(form.js): fix ngdoc tags for $setSubmitted
See 108a69be17
Closes #8464
This commit is contained in:
committed by
Peter Bacon Darwin
parent
23bc92b17d
commit
fc73256464
@@ -241,9 +241,8 @@ function FormController(element, attrs, $scope, $animate) {
|
||||
};
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name ng.directive:form.FormController#$setSubmitted
|
||||
* @methodOf ng.directive:form.FormController
|
||||
* @ngdoc method
|
||||
* @name form.FormController#setSubmitted
|
||||
*
|
||||
* @description
|
||||
* Sets the form to its submitted state.
|
||||
|
||||
Reference in New Issue
Block a user