will it be a problem if I use data-sly-list=${model.personList} without double quotes
- data-sly-list=${model.personList}
- data-sly-list="${model.personList}"
Both are compiled, rendering the data as expected, is it ok if I use data-sly-list=${model.personList} without double quotes
please let me know the difference, I don't have requirement to use @9294996, end