My collection is ordered alphabetically, but when I assign the collection and load the html using jquery jtemplates, things are coming out un-ordered.
{#foreach $T.results as r}
<li>{$T.r.Name}</li>
{#/for}
Is this expected behavior?
My collection is ordered alphabetically, but when I assign the collection and load the html using jquery jtemplates, things are coming out un-ordered.
{#foreach $T.results as r}
<li>{$T.r.Name}</li>
{#/for}
Is this expected behavior?