Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ng-eh-popup-image

eHanlin12MIT0.0.2

Popup a window from image target

angular, popup, window, image

readme

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