this is the link to the app and the appname is Papyrus:
http://appery.io/app/mobile-frame?src...
Click on any link, it will display the details of that id. Both master & detail pages displays the id. But currently it is displaying all the records.
For eg. if you click 1st link (Creeds with id 56bee1ebe4b03ef3938a12b3) but in details 56bee1ebe4b03ef3938a12b2 is displayed as well.
Thanks for your efforts trying to help.
The code is at Pages BrochureList init()
//On load screen logic
var $routeParams = Apperyio.get("$routeParams");
var id = $routeParams['id'];
var Name = $routeParams['Name'];
$scope.id = id;
$scope.Name = Name;
$scope.header.title = Name;
//var requestData = {data: {where :{"OrgId":"56bee1ebe4b03ef3938a12b3"}}};
alert(id);
Apperyio.get("Papyrus_Brochures_read_service")({"OrgId":id}).then(
//Apperyio.get("Papyrus_Brochures_read_service")({"OrgId":{"$eq":id}}).then(
//Apperyio.get("Papyrus_Brochures_read_service")(requestData).then(
function(success) {
$scope.list = success.data;
//TODO: this for loop to be removed once the above Apperyio.get works - ie. filters correctly
//for (var i=0; i