angular
object. These functions can carry out low level JavaScript operations.
API | Description |
---|---|
angular.lowercase() |
This API function changes a string to lowercase. |
angular.uppercase() |
This API function changes a string to uppercase. |
angular.isArray() |
This API function returns True if the reference is an array otherwise returns false. |
angular.isFunction() |
This API function returns True if the reference is a array |
angular.isString() |
This API function returns True if the reference is a string |
angular.isNumber() |
This API function returns True if the reference is a number |