angular-breadcrumb

WebJar for angular-breadcrumb

License

License

MIT
Categories

Categories

Angular User Interface Web Frameworks
GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

angular-breadcrumb
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

angular-breadcrumb
WebJar for angular-breadcrumb
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/ncuillery/angular-breadcrumb

Download angular-breadcrumb

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-breadcrumb/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>angular-breadcrumb</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-breadcrumb/
implementation 'org.webjars.bower:angular-breadcrumb:0.5.0'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-breadcrumb/
implementation ("org.webjars.bower:angular-breadcrumb:0.5.0")
'org.webjars.bower:angular-breadcrumb:jar:0.5.0'
<dependency org="org.webjars.bower" name="angular-breadcrumb" rev="0.5.0">
  <artifact name="angular-breadcrumb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-breadcrumb', version='0.5.0')
)
libraryDependencies += "org.webjars.bower" % "angular-breadcrumb" % "0.5.0"
[org.webjars.bower/angular-breadcrumb "0.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.bower : angular jar [1.2.0,)
org.webjars.bower : angular-ui-router jar [0.2.0,)

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.5.0
0.4.1
0.4.0
0.3.3