mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-24 21:48:49 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user