1
2
<!DOCTYPE html>
AngularJS provides filters to transform data:
--> currency : Format a number to a currency format.
--> date : Format a date to a specified format.
--> filter : Select a subset of items from an array.
--> json : Format an object to a JSON string.
--> limit : To Limits an array/string, into a specified number of elements/characters.
--> lowercase : Format a string to lower case.
--> number : Format a number to a string.
--> orderBy : Orders an array by an expression.
--> uppercase : Format a string to upper case.
--> currency : Format a number to a currency format.
--> date : Format a date to a specified format.
--> filter : Select a subset of items from an array.
--> json : Format an object to a JSON string.
--> limit : To Limits an array/string, into a specified number of elements/characters.
--> lowercase : Format a string to lower case.
--> number : Format a number to a string.
--> orderBy : Orders an array by an expression.
--> uppercase : Format a string to upper case.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.