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

https://github.com/tenphi/ng-modal

Lightweight modal windows for AngularJS
https://github.com/tenphi/ng-modal

Last synced: about 2 months ago
JSON representation

Lightweight modal windows for AngularJS

Awesome Lists containing this project

README

          

# tenphi-ng-modal

Lightweight modal windows for AngularJS

# Installation

```bash
$ npm install tenphi-ng-modal
```

Insert script to your website

```html

```

Add dependency...

```javascript
angular.module('app', ['tenphi.modal']);
```

Or use webpack

```javascript
angular.module('app', [require('tenphi-ng-modal')]);
```

# Usage

TBD