docs(form.js): fix ngdoc tags for $setSubmitted

See 108a69be17

Closes #8464
This commit is contained in:
PatrickJS
2014-08-03 10:31:38 -07:00
committed by Peter Bacon Darwin
parent 23bc92b17d
commit fc73256464

View File

@@ -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.