No description
Find a file
2016-07-27 14:23:50 -04:00
dist fix: add ncyBreadcrumbState for ui-sref attribute 2016-04-12 23:50:34 +02:00
release chore: release 0.4.1 2015-08-09 16:19:19 +02:00
sample chore: release 0.4.1 2015-08-09 16:19:19 +02:00
src fix: add ncyBreadcrumbState for ui-sref attribute 2016-04-12 23:50:34 +02:00
test fix: add ncyBreadcrumbState for ui-sref attribute 2016-04-12 23:50:34 +02:00
.bowerrc Basic sample (without breadcrumb for the moment, run with grunt sample) 2013-09-06 12:01:38 +02:00
.coveralls.yml Add config file for coveralls 2013-11-01 19:11:06 +01:00
.editorconfig Add editorconfig 2014-02-20 00:29:12 +00:00
.gitignore chore(test): launch test with different versions of dependencies 2014-06-23 13:41:53 +02:00
.jshintrc Initial app generated from grunt-init-commonjs 2013-09-04 17:37:16 +02:00
.npmignore chore(npm): Merge .gitignore in .npmignore 2014-11-15 16:27:54 +01:00
.travis.yml Travis build repaired 2013-12-23 18:57:22 +01:00
bower.json chore(tests): Run tests with PhantomJS 2 2016-04-10 23:26:56 +02:00
CHANGELOG.md chore: release 0.4.1 2015-08-09 16:19:19 +02:00
CONTRIBUTING.md docs(CONTRIBUTING.md): first commit 2014-07-13 18:24:07 +02:00
Gruntfile.js chore(tests): Run tests with PhantomJS 2 2016-04-10 23:26:56 +02:00
index.js make compatible with amd-named & commonjs bundlers 2016-07-27 14:23:50 -04:00
karma.conf.js chore: stabilize the version of ui-router in tests 2015-06-20 12:30:51 +02:00
LICENSE chore(LICENSE): rename license file to meet webjars.org requirements 2015-06-21 11:00:26 +02:00
package.js Added support for meteor packaging 2015-04-23 19:13:32 +03:00
package.json make compatible with amd-named & commonjs bundlers 2016-07-27 14:23:50 -04:00
README.md Update README.md 2016-01-31 16:51:10 +08:00

angular-breadcrumb

Build Status Coverage Status npm version

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.

Key features

  • 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).

Documentation

Sample

See angular-breadcrumb in action here

Release History

See CHANGELOG.md

Contributing

See CONTRIBUTING.md

License

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