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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -