©
Dokumen ini menggunakan Manual laman web PHP Cina Lepaskan
ng
名称 | 描述 |
---|---|
angular.lowercase |
转换指定的字符串到小写。 |
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. 这个函数在使用函数风格写代码时很有用。
|
angular.identity |
A function that returns its first argument. This function is useful when writing code in the functional style. |
angular.isUndefined |
检测引用是否未定义。 |
angular.isDefined |
检测引用是否已定义。 |
angular.isObject |
检测引用是否为一个 |
angular.isString |
检测引用是否是一个 |
angular.isNumber |
检测引用是否是一个 |
angular.isDate |
检测值是否为日期。 |
angular.isArray |
检测引用是否为一个 |
angular.isFunction |
检测引用是否是一个 |
angular.isElement |
检测引用是否为一个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 |