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