angularjs - angular.js resource doesn't resolve: resolved false -
i'm trying use resource on url (which exists, doublechecked posting browser address bar). i'm using resource within directive this:
var imagesresource = $resource("/myurl"); var images = imagesresource.get();
problem: images stays unresolved. i've used resource before on various occasions - hasn't caused problems far until now. there no error in console not helpful.
any ideas on how fix? don't want fall onto jquery ajax request...
Comments
Post a Comment