angular-pinch-zoom can easily zoom image by pinch gesture for AngularJS.
ngPinchZoom
ng-pinch-zoom
- Static Image:
<img src=“image.jpg” width=“320” height=“320” alt=“” ng-pinch-zoom max-scale=“4”>
- Angular Supplied Image
$scope.image
<img ng-src=“{{image}}” width=“320” height=“320” alt=“” ng-pinch-zoom max-scale=“4”>
max-scale
is optional. (default: 3
)
- 1.2.x +
- Android 4.x +
- iOS 5.x +
The MIT License (MIT)