aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
diff options
context:
space:
mode:
authorPaxton Hare2013-09-11 13:51:20 -0400
committerPete Bacon Darwin2013-09-11 20:41:47 +0100
commit4a0f0522429b1ad8ba6a356ccbed1b917d60e0d9 (patch)
tree29459a7a88d67b59c4f54ff43edc1f309fc787aa /src/ng/directive/input.js
parentc0886be148be0fda0cb39eab410c7f3ef9a150b1 (diff)
downloadangular.js-4a0f0522429b1ad8ba6a356ccbed1b917d60e0d9.tar.bz2
docs(ngModel): provide link for best practices.
Closes #3973
Diffstat (limited to 'src/ng/directive/input.js')
-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 fb250492..94fabb6a 100644
--- a/src/ng/directive/input.js
+++ b/src/ng/directive/input.js
@@ -1129,6 +1129,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}