aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/input.js
diff options
context:
space:
mode:
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}