Is it possible to use data-bind: foreach for more than one array?
For example:
<div data-bind="foreach: arrayone, arraytwo">
//do stuff
</div>
If it's possible, what is the correct syntax for it ? Or what is the correct way of doing this (besides merging the two arrays) ?