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

mattlewis92 / angular-bootstrap-confirm / 117
100%

Build:
DEFAULT BRANCH: master
Ran 01 May 2016 07:16PM UTC
Jobs 1
Files 1
Run time 0s
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

pending completion
117

push

travis-ci

mattlewis92
feat(focusButton): allow either the confirm or cancel button to be focused when the popover is opene

BREAKING CHANGE: `focus-confirm-button` has been removed and replaced with `focus-button`

Now by default neither button will be focused, compared to previously where the confirm button would always be focused.

Before:
```
<button mwl-confirm focus-confirm-button="true"></button>
```

After:
```
<button mwl-confirm focus-button="confirm"></button>
```

Can also be configured globally with setting the `focusButton` property of the `confirmationPopoverDefaults` to either `confirm` or `cancel` like so:

```
.run(function(confirmationPopoverDefaults) {
  confirmationPopoverDefaults.focusButton = 'confirm'; // restore the old behaviour in 1.x
});
```

Closes #20

1 of 1 relevant lines covered (100.0%)

45.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 117.1 (COVERALLS_REPO_TOKEN=[secure]) 01 May 2016 07:16PM UTC 0
100.0
Travis Job 117.1
Source Files on build 117
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #117
  • a1328a7c on github
  • Prev Build on master (#115)
  • Next Build on master (#118)
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

© 2026 Coveralls, Inc