• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ncuillery / angular-breadcrumb
97%
master: 94%

Build:
Build:
LAST BUILD BRANCH: v0.5.0
DEFAULT BRANCH: master
Repo Added 23 Oct 2013 11:52AM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH v0.3.x
branch: v0.3.x
CHANGE BRANCH
x
Reset
  • v0.3.x
  • controller-as
  • feat-expose-state
  • fix-test-1dot5
  • issue-55
  • master
  • pr-23
  • v0.1.0
  • v0.2.0
  • v0.2.1
  • v0.2.2
  • v0.2.3
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.3.3
  • v0.4.0
  • v0.4.1
  • v0.5.0

pending completion
94

push

travis-ci

ncuillery
feat(ncyBreadcrumbLast): Add a new directive rendering the last step

This directive renders the last step of the breadcrumb (generally
the current state).

The directive is an attribute with an optional value. For example:
`<title ncy-breadcrumb-last></title>`

The value can be a short template (as ngBindTemplate) with the same
variables in scope as the ncyBreadcrumb directive:
- ncyBreadcrumbLabel
- ncyBreadcrumbLink
For example:
`<span ncy-breadcrumb-last="<a href='{{ncyBreadcrumbLink}}'>{{ncyBreadcrumbLabel}}</a>"></span>`

If no value is specified, the directive uses the default template `{{ncyBreadcrumbLabel}}`.

Closes #37

111 of 115 relevant lines covered (96.52%)

1781.45 hits per line

Relevant lines Covered
Build:
Build:
115 RELEVANT LINES 111 COVERED LINES
1781.45 HITS PER LINE
Source Files on v0.3.x
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
94 v0.3.x feat(ncyBreadcrumbLast): Add a new directive rendering the last step This directive renders the last step of the breadcrumb (generally the current state). The directive is an attribute with an optional value. For example: `<title ncy-breadcrumb-... push 27 Oct 2014 04:49PM UTC ncuillery travis-ci pending completion  
93 v0.3.x feat: Add a global option to include abtract states The global option `includeAbstract` can be used to include abstract states in the chain of states. Those states are displayed in the breadcrumb with a span (they can't be accessed). Closes #35... push 23 Oct 2014 08:40AM UTC ncuillery travis-ci pending completion  
92 v0.3.x feat: Add a global option to include abtract states The global option `includeAbstract` can be used to include abstract states in the chain of states. Those states are displayed in the breadcrumb with a span (they can't be accessed). Closes #35... push 22 Oct 2014 10:11AM UTC ncuillery travis-ci pending completion  
91 v0.3.x test: Add test case for url params when using `ncyBreadcrumb.parent` Related to #46 push 16 Oct 2014 07:33PM UTC ncuillery travis-ci pending completion  
89 v0.3.x chore(sample): Add an other way to access to the `room.detail` state The `room.detail` can be accessed via the `room` state and the `booking.day` state by clicking on the room number in the list of reservations. It demonstrates the ability to re... push 15 Oct 2014 08:13PM UTC ncuillery travis-ci pending completion  
88 v0.3.x feat($breadcrumb): Support url params when using `ncyBreadcrumb.parent` property The state-specific option `ncyBreadcrumb.parent` supports now url params. It allows specifying parent with the same syntax as the UI-router's `ui-sref` either with a... push 15 Oct 2014 07:53PM UTC ncuillery travis-ci pending completion  
86 v0.3.x feat($breadcrumb): add the customization of the parent state with a function The `ncyBreadcrumb.parent` property can be a string containing a state name of a function returning a state name : ``` $stateProvider.state('B', { url:'/b', ncyBread... push 12 Oct 2014 02:01PM UTC ncuillery travis-ci pending completion  
85 v0.3.x fix: organize state-level options in `ncyBreadcrumb` key instead of `data` Originally, state-level options was defined in the `data` key which is the key reserved for custom usages (according to UI-router documentation). It causes problems becaus... push 27 Aug 2014 09:36PM UTC ncuillery travis-ci pending completion  
See All Builds (193)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc