0

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

Blackus
  • 6,883
  • 5
  • 40
  • 51
Reinstar
  • 146
  • 1
  • 1
  • 21

0 Answers0