https://github.com/ehanlin/ngehpopupimage
Popup a window from image target
https://github.com/ehanlin/ngehpopupimage
Last synced: 5 months ago
JSON representation
Popup a window from image target
- Host: GitHub
- URL: https://github.com/ehanlin/ngehpopupimage
- Owner: eHanlin
- License: mit
- Created: 2014-09-01T05:37:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T06:22:32.000Z (over 11 years ago)
- Last Synced: 2025-02-15T12:07:47.067Z (over 1 year ago)
- Language: CoffeeScript
- Size: 563 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
ngEhPopupImage
===================================
Popup a window from image target.
## Install
```bash
bower install ng-eh-popup-image
```
## Install node modules
```bash
npm install
```
## Dependencies
* angular
* jquery
* animate.css
* bootstrap (optional)
## Support
* IE10+
* chrome
* firefox
## Usage
#### html
```html
```
#### js
```js
app = angular.module("app",["eHanlin"]);
```
## DEMO
```bash
gulp server
```
## Build
```bash
gulp
```