Chap 8 Filtres Flashcards

0
Q

Piping multiple filter

A

Expression | filter1 | filter2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Built in filter

A

Dates : medium
Numbers : currency, number
Strings : uppercase,lowercase, limitTo, json
Arrays : orderBy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Own filter

A

filter(string, object, function)

To show only an object of one kind in an array as example

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Things to remember about filter

A

Exécuter à chaque cycle digest

Doit s’exécuter très rapidement

Utiliser au niveau des services et Controller si possible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly