mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-16 10:43:10 +00:00
docs(ngChange): remove wrong @restrict and add missing @param
This commit is contained in:
parent
d8987c170f
commit
573d41b73c
1 changed files with 2 additions and 1 deletions
|
|
@ -1165,7 +1165,6 @@ var ngModelDirective = function() {
|
||||||
/**
|
/**
|
||||||
* @ngdoc directive
|
* @ngdoc directive
|
||||||
* @name ng.directive:ngChange
|
* @name ng.directive:ngChange
|
||||||
* @restrict E
|
|
||||||
*
|
*
|
||||||
* @description
|
* @description
|
||||||
* Evaluate given expression when user changes the input.
|
* Evaluate given expression when user changes the input.
|
||||||
|
|
@ -1174,6 +1173,8 @@ var ngModelDirective = function() {
|
||||||
* Note, this directive requires `ngModel` to be present.
|
* Note, this directive requires `ngModel` to be present.
|
||||||
*
|
*
|
||||||
* @element input
|
* @element input
|
||||||
|
* @param {expression} ngChange {@link guide/expression Expression} to evaluate upon change
|
||||||
|
* in input value.
|
||||||
*
|
*
|
||||||
* @example
|
* @example
|
||||||
* <doc:example>
|
* <doc:example>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue