Change "poped" to "popped".
In the code example, change
Generate an iterator with comparator attribute
to
{{ Generate an iterator with converter attribute}}
Also change
this converter, it simply add "converter-" to each entries.
this converter, it simply add "converter-" to each entry.
Jan - good changes. I'll suggest the following tweak:
this converter, it simply adds "converter-" to each entry.
The "separator" attribute appears to be required, but it isn't referenced in several of the examples on this page.
Assuming we're supposed to be following "convention, not configuration", shouldn't this be an optional attribute, with a default value of ","?
4 Comments
Jan Normann Nielsen
Change "poped" to "popped".
Jan Normann Nielsen
In the code example, change
Generate an iterator with comparator attribute
to
{{
Generate an iterator with converter attribute}}
Also change
this converter, it simply add "converter-" to each entries.
to
this converter, it simply add "converter-" to each entry.
John Greve
Jan - good changes. I'll suggest the following tweak:
this converter, it simply adds "converter-" to each entry.
David M. Karr
The "separator" attribute appears to be required, but it isn't referenced in several of the examples on this page.
Assuming we're supposed to be following "convention, not configuration", shouldn't this be an optional attribute, with a default value of ","?