I followed the tutorial: http://docs.tiggzi.com/tutorials/buil...
All works well apart from filtering to the selected item (I always return the first job in the list) !
The list click event.
and when I click on an item in the list the local storage item _jobnum is updated and the next page loads and a job is populated. But the job is always the first in the table. I have checked the local storage and the _jobnum exists and is updated on the click event of the list so the issue is in the mapping.
The request parameter is mapped as:
The service request mapping looks like:
Please take a look at this and advice me please.