mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-24 18:30:23 +00:00
docs(angular.identity): fix missing 'angular' in identity function
This commit is contained in:
parent
62d552ffe2
commit
403008816c
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ noop.$inject = [];
|
|||
*
|
||||
<pre>
|
||||
function transformer(transformationFn, value) {
|
||||
return (transformationFn || identity)(value);
|
||||
return (transformationFn || angular.identity)(value);
|
||||
};
|
||||
</pre>
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue