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
- Host: GitHub
- URL: https://github.com/tenphi/ng-modal
- Owner: tenphi
- License: mit
- Created: 2015-12-28T19:22:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T20:49:32.000Z (over 10 years ago)
- Last Synced: 2025-01-26T18:15:12.507Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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