meteor-breadcrumb-plugin
meteor-breadcrumb-plugin copied to clipboard
This package will provide a easy way to add a breadcrumb with enough flexibility to your project.
I have no idea how to use this package with for example this path > main_course_url/:_id/:_lesson_url ".html" in the breadcrumbs I have path without extention.
Hi, Is it possible to dynamically set the parents instead of simply using their route name? Let's say we have a collection of documents with a search page, on which...
Hi - Can you please tell me where I need to declare `noCaps = true` ?
I used other package that use `title` property, so it duplication with this. how to solve.
Hope it helps!
I get this error whenever visiting a params with \* on it. `Exception in template helper: Error: You are trying to access a wild card parameter at index 0 but...
If I'm using a route with two titles defined by a function, the data context is incorrect for the parent route, when navigating to the child route. Example: ``` javascript...