Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.58 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.58 KB

angular-breadcrumb

Build Status Coverage Status

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 hierachical tree of states.

Key features

  • Build a breadcrumb with a step for each state in the current state's hierarchy,
  • Display a human readeable 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).

Documentation

Sample

See angular-breadcrumb in action here

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

0.1.0

  • Initial release

License

Copyright (c) 2013 Nicolas Cuillery
Licensed under the MIT license.