Formatters Flashcards

1
Q

boolean

A

Formats user input as Boolean.

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

json

A

Formats user input as JSON.

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

list

A

Formats user input strings as an array.

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

number

A

Formats user input string as number.

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

trim

A

Trims leading and trailing spaces from user input.

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

Custom Formatter

A

angular.formatter(, { parse: function(value){ … }, format: function(value { … } );

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

Formats user input as Boolean.

A

boolean

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

Formats user input as JSON.

A

json

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

Formats user input strings as an array.

A

list

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

Formats user input string as number.

A

number

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

Trims leading and trailing spaces from user input.

A

trim

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