I am getting a strange error when attempting to use the $goQuery feature. Here is my code:
var options = "{sort: null, limit: null}";
var expr = "{userName: 'asdf'}";
$scope.person = $goQuery('person',expr, options).$sync();
I'm getting the following error message:
I tried converting the vars to JSON.parse objects, but that didn't work either.