From 230e124ddbc1837d52a9e444b0492cb6589dfdf9 Mon Sep 17 00:00:00 2001 From: Paxton Hare Date: Wed, 11 Sep 2013 13:51:20 -0400 Subject: docs(ngModel): provide link for best practices. Closes #3973 --- src/ng/directive/input.js | 4 ++++ 1 file changed, 4 insertions(+) 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} -- cgit v1.2.3