aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaxton Hare2013-09-11 13:51:20 -0400
committerPete Bacon Darwin2013-09-11 20:42:15 +0100
commit230e124ddbc1837d52a9e444b0492cb6589dfdf9 (patch)
treefe03e38fa10f70ebf0792e5de5d401fb00e880d7
parent10016ab3fdc14b8b905249a8ce11b9b28238f44e (diff)
downloadangular.js-230e124ddbc1837d52a9e444b0492cb6589dfdf9.tar.bz2
docs(ngModel): provide link for best practices.
Closes #3973
-rw-r--r--src/ng/directive/input.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js
index 6fd17131..1abd9285 100644
--- a/src/ng/directive/input.js
+++ b/src/ng/directive/input.js
@@ -1093,6 +1093,10 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
* current scope. If the property doesn't already exist on this scope, it will be created
* implicitly and added to the scope.
*
+ * For best practices on using `ngModel`, see:
+ *
+ * - {@link https://github.com/angular/angular.js/wiki/Understanding-Scopes}
+ *
* For basic examples, how to use `ngModel`, see:
*
* - {@link ng.directive:input input}