You would put your sorting code inside the ng-repeat tag like this: <div ng-repeat="checkout in circulations"* | orderBy : ['checkout.title']*">
You can also sort first by one field, then by a second field like this: <tr ng-repeat="hold_data in holds *| orderBy : ['copy.location.name <http://copy.location.name>','volume.label']*"> Terran McCanna PINES Program Manager Georgia Public Library Service 1800 Century Place, Suite 150 Atlanta, GA 30345 404-235-7138 [email protected] On Tue, Apr 24, 2018 at 11:47 AM, Jennifer Bruch <[email protected]> wrote: > One thing I have not gotten down yet is sorting, I was able to sort the > Holds Pull List by Shelving Location Etc and items in a Check Out slip by > Due Date. However, I have not got it working in Webby yet. > > *Jennifer Bruch* > Bethlehem Area Public Library > 11 W. Church Street > <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> > Bethlehem, PA 18018 > <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> > 610 > <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g>-867-3761 > x232 > > On Tue, Apr 24, 2018 at 11:46 AM, Jennifer Bruch <[email protected]> wrote: > >> Here is where to start, PINES documentation. Then after that it is html >> and a lot of tinkering. >> >> https://pines.georgialibraries.org/dokuwiki/doku.php?id= >> circ:workstations:receipt-content >> >> *Jennifer Bruch* >> Bethlehem Area Public Library >> 11 W. Church Street >> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> >> Bethlehem, PA 18018 >> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g> >> 610 >> <https://maps.google.com/?q=11+W.+Church+Street+%C2%A0+Bethlehem,+PA+18018+%C2%A0+610&entry=gmail&source=g>-867-3761 >> x232 >> >> On Tue, Apr 24, 2018 at 11:43 AM, Diane Disbro < >> [email protected]> wrote: >> >>> *Good morning -* >>> >>> *When we migrate to Webby, we will need to set up our receipt templates >>> again. I couldn't find instructions for doing that in the official >>> documentation. All I can see is that XUL template language (hold transit >>> slip below)* >>> >>> >>> >>> * doesn't look like the Webby template language.* >>> >>> >>> >>> >>> *There are a LOT of differences between the two templates. Where can I >>> find instructions for this?* >>> >>> Thank you. >>> Diane Disbro >>> Branch Manager/Circulation Coordinator >>> Union Branch >>> Scenic Regional Library >>> 308 Hawthorne Drive >>> <https://maps.google.com/?q=308+Hawthorne+Drive+Union,+MO+%C2%A0+%C2%A0+63084&entry=gmail&source=g> >>> Union, MO 63084 >>> <https://maps.google.com/?q=308+Hawthorne+Drive+Union,+MO+%C2%A0+%C2%A0+63084&entry=gmail&source=g> >>> (636) 583-3224 >>> [email protected] >>> >> >> >
