mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +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
|
||||
* @name ng.directive:ngChange
|
||||
* @restrict E
|
||||
*
|
||||
* @description
|
||||
* Evaluate given expression when user changes the input.
|
||||
|
|
@ -1174,6 +1173,8 @@ var ngModelDirective = function() {
|
|||
* Note, this directive requires `ngModel` to be present.
|
||||
*
|
||||
* @element input
|
||||
* @param {expression} ngChange {@link guide/expression Expression} to evaluate upon change
|
||||
* in input value.
|
||||
*
|
||||
* @example
|
||||
* <doc:example>
|
||||
|
|
|
|||
Loading…
Reference in a new issue