?
This document uses PHP Chinese website manual Release
一個函數(shù)返回它的第一個參數(shù)。這個函數(shù)在使用函數(shù)風(fēng)格寫代碼時很有用。
Function transformer(transformationFn, value) {
return (transformationFn || angular.identity)(value);
};
angular.identity();