Looking at Angular-Wakanda Documentation, I found $query()
method.
I tried $query({start:5})
and this query is not skipping data from Wakanda Server.
Is this a bug or is there something wrong with my code?
ds.Item.$query({start:5}).$promise.then(function(event) {
$scope.tasks = event.result;
});
I am using Wakanda version 11.197492