docs(form): add dollar sign back to setSubmitted()

Dollar sign was missing for setSubmitted() due to fc73256464, just
adding it back in ヽ(^。^)ノ

Closes #8772
This commit is contained in:
grsmvg
2014-08-26 13:15:10 +05:30
committed by Caitlin Potter
parent 5e15b11509
commit 7ef2921cae

View File

@@ -242,7 +242,7 @@ function FormController(element, attrs, $scope, $animate) {
/**
* @ngdoc method
* @name form.FormController#setSubmitted
* @name form.FormController#$setSubmitted
*
* @description
* Sets the form to its submitted state.