-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
Description
Hi Boris,
I am converting plain objects/arrays project to use View Models.
The sort function does not work when doing a simple conversion like this...
{^{for phones sort="number"}} to
{^{for phones() sort="number()"}}.
Of course, I can call a helper if needed...
Here is one of your modified samples...Phones should be sorted on initialization.
https://jsfiddle.net/alnico/5rmyaLfq/