ng-eh-popup-image

Popup a window from image target


Keywords
angular, popup, window, image
License
MIT
Install
bower install ng-eh-popup-image

Documentation

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