?
? ????? PHP ??? ???? ??? ?? ??
ng
名稱 | 描述 |
---|---|
angular.lowercase |
轉(zhuǎn)換指定的字符串到小寫。 |
angular.uppercase |
Converts the specified string to uppercase. |
angular.forEach |
Invokes the |
angular.extend |
Extends the destination object |
angular.noop |
A function that performs no operations. 這個(gè)函數(shù)在使用函數(shù)風(fēng)格寫代碼時(shí)很有用。
|
angular.identity |
A function that returns its first argument. This function is useful when writing code in the functional style. |
angular.isUndefined |
檢測(cè)引用是否未定義。 |
angular.isDefined |
檢測(cè)引用是否已定義。 |
angular.isObject |
檢測(cè)引用是否為一個(gè) |
angular.isString |
檢測(cè)引用是否是一個(gè) |
angular.isNumber |
檢測(cè)引用是否是一個(gè) |
angular.isDate |
檢測(cè)值是否為日期。 |
angular.isArray |
檢測(cè)引用是否為一個(gè) |
angular.isFunction |
檢測(cè)引用是否是一個(gè) |
angular.isElement |
檢測(cè)引用是否為一個(gè)DOM元素(或是封裝的jQuery元素)。 |
angular.copy |
Creates a deep copy of |
angular.equals |
Determines if two objects or two values are equivalent. Supports value types, regular expressions, arrays and objects. |
angular.bind |
Returns a function which calls function |
angular.toJson |
Serializes input into a JSON-formatted string. Properties with leading $$ characters will be stripped since angular uses this notation internally. |
angular.fromJson |
反序列化JSON字符串。 |
angular.bootstrap |
Use this function to manually start up angular application. |
angular.injector |
Creates an injector function that can be used for retrieving services as well as for 依賴注入 (see 依賴注入). |
angular.element |
Wraps a raw DOM element or HTML string as a jQuery element. |
angular.module |
The |