Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

Using more than one JSON Api URLs

$
0
0

@hbc wrote:

I have a page with pictures and when you click a picture it directs you to detail page with bigger version of the picture and its details.

I have 2 JSON api URLs. I need to use them both, one is for the main page and detail page, and the other is for only detail page.

Like that : on the main page(index.js), I use title and image attributes of the first URL, and on the detail page(pic.js) I should use image and content attribute from the first URL and again content attribute from the second URL.

How can I do it? I can post my codes if needed.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles