angular-breadcrumb

WebJar for angular-breadcrumb

Лицензия

Лицензия

MIT
Категории

Категории

Angular Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.webjars.bower
Идентификатор

Идентификатор

angular-breadcrumb
Последняя версия

Последняя версия

0.5.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

angular-breadcrumb
WebJar for angular-breadcrumb
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать angular-breadcrumb

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.webjars.bower : angular jar [1.2.0,)
org.webjars.bower : angular-ui-router jar [0.2.0,)

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.5.0
0.4.1
0.4.0
0.3.3