Skip to content

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

Notifications You must be signed in to change notification settings

assumecs/ionic-zoom-view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%