Skip to content

Querying for multiple resources at once without sending tag parameter to Endpoint #84

@sallespro

Description

@sallespro
    var CachedParents = $cachedResource('data', 'http://www.example.com/data/:_id', { _id: "@id"});
    // gets an Array and tags it 'cached-parents'
    var all = CachedParents.query({tag: 'cached-resource'})

ends up doing this

GET /data?tag=cached-resource

How can i tag to store the resulting Array, but not send the tag parameter in the request ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions