Hi,

I`m trying to do a feed service for an angular application but I seem to 
have problems with the published date. I`m getting back a blank field where 
the published date should be. Checked the RSS and the XML has the <pubData> 
with a correct datetime stamp inside it.

The way I am trying to do this is via a factory:

function parseFeed(url) {
        return 
$http.jsonp('//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=50&callback=JSON_CALLBACK&q='
 
+ encodeURIComponent(url));
    }

Does anyone have an idea why?
I`m getting all the data except the published date.

Cheers,
Alex.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/ebf20835-d62e-4c62-b00f-16f6095325fd%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to