docs(ngModel): add link to NgModelController

This commit is contained in:
Igor Minar 2013-08-08 10:12:13 -07:00
parent 5d3744ad9b
commit a53e466b80

View file

@ -1109,7 +1109,8 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
*
* @description
* Is a directive that tells Angular to do two-way data binding. It works together with `input`,
* `select`, `textarea`. You can easily write your own directives to use `ngModel` as well.
* `select`, `textarea` and even custom form controls that use {@link ng.directive:ngModel.NgModelController
* NgModelController} exposed by this directive.
*
* `ngModel` is responsible for:
*