You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.
The definition of filter in angular is not equivalent to traditional functional programming, it's a way to transform the data representation from view model to the user view.
Assume there is a function in scope called toUpper that does transforming a character to uppercase, then you can use collection|map:toUpper to make the expression be uppercase.
Can you provide an example for how to use map as a filter?
The text was updated successfully, but these errors were encountered: