@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