an AngularJS directive to zoom into images.
<script type="text/javascript" src="imgZoom.js"></script>
angular.module('myApp', ['imgZoom'])
<img-zoom src="url"></img-zoom>
optional css class
can be passed to the image:
<img-zoom src="url" class="'gradient'"></img-zoom>
The code is licensed under the MIT License. @see LICENSE file