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

How make breadcrumbs for this route?

$
0
0

@Oleg_Bx wrote:

Hi all! Can anybody explain me how make breadcrumbs. I have route like this

Router.map(function() { 
     this.route(‘category’, { path: “/:category” }); 
     this.route(‘subcategory’, { path: “/:category/:subcategory”}); 
     this.route(‘item’, { path: “/:category/:subcategory/:item_id”});
     }); 

I’m a beginner in ember, just started learn.

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4838

Trending Articles