committed by
Peter Bacon Darwin
parent
8802d5198a
commit
d8a95a9d02
@@ -403,6 +403,8 @@ noop.$inject = [];
|
||||
return (transformationFn || angular.identity)(value);
|
||||
};
|
||||
```
|
||||
* @param {*} value to be returned.
|
||||
* @returns {*} the value passed in.
|
||||
*/
|
||||
function identity($) {return $;}
|
||||
identity.$inject = [];
|
||||
|
||||
Reference in New Issue
Block a user