Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loicmahieu/ng-confirm

Simple confirm on button with built-in browser confirm.
https://github.com/loicmahieu/ng-confirm

Last synced: about 1 month ago
JSON representation

Simple confirm on button with built-in browser confirm.

Awesome Lists containing this project

README

        

# ng-confirm-dialog

Simple confirm on button with built-in browser confirm.

### Install

```
$ npm install --save ng-confirm-dialog
```

### Usage

```js
app.module('foo', ['confirmDialog')
```

```html
Do it!
```