layne-shi / ionic-zoom-view

An easy way to add a zoom view to images using an ionic modal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

$ bower install ionic-zoom-view --save

Usage

Require ionic-zoom-view

angular.module('myApp', [
  'ionic-zoom-view',
]);

Add the zoom-view directive to your <img> element:

<img ng-src='...' zoom-src="..." zoom-view />

License

MIT

About

An easy way to add a zoom view to images using an ionic modal


Languages

Language:JavaScript 100.0%