0.0.7 • Published 5 years ago

ember-bootstrap-confirm v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Ember-bootstrap-confirm

An ember-cli add-on which provides Bootstrap's bs-confirm dialog.

This is a minimum viable plugin: it assumes you already have Bootstrap CSS and JS available in your project (e.g. using ember-bootstrap). Once installed, you can use

{{bs-confirm noActionText='No' yesActionText='Yes'}}

to get a confirmation dialog with "No" and "Yes" buttons.

Installation

Visit ember-cli documentation to learn more about installing ember-cli addons.

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.