-
Notifications
You must be signed in to change notification settings - Fork 184
Home
Nicolas Cuillery edited this page May 27, 2014
·
4 revisions
Angular-breadcrumb is a module for AngularJS, which generates a breadcrumb for any page of your application. It is strongly based on the UI-router framework and its hierarchical tree of states.
- Build a breadcrumb with a step for each state in the current state's hierarchy,
- Display a human readable label for each step and allows angular binding in it,
- Work with minimal configuration,
- Allow custom template (default is a predefined Bootstrap 3 breadcrumb template).