0.0.2 • Published 10 years ago

ng-eh-popup-image v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

ngEhPopupImage

Popup a window from image target.

Install

bower install ng-eh-popup-image

Install node modules

npm install

Dependencies

  • angular
  • jquery
  • animate.css
  • bootstrap (optional)

Support

  • IE10+
  • chrome
  • firefox

Usage

html

<img src="img.jpg" ng-eh-popup-image="img.jpg" width="250" alt="" />

js

app = angular.module("app",["eHanlin"]);

DEMO

gulp server

Build

gulp