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

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

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
```