Angular Annotorious
Angular Annotorious is directive for the image annotation library Annotorious plugin.
Features
Compatible with: jQuery 1.3.2+ in Firefox, Safari, Chrome, Opera, Internet Explorer 7+
- Image Annotation
- Angular directives to annotate individual images or a selection.
- Angular service to access all the annotarious API
- Appearance is controlled through CSS so it can be restyled.
- BETA OpenSeadragon integration. ( web-based viewer for high-resolution zoomable images )
Installation
Via Bower:
bower install angular-annotorious
Via npm:
npm install angular-annotorious
In a browser:
Getting Started
Include the Annotorious plug-in and the directive on a page.
Basic with attribute
Basic with dynamic src
{{imgURL=http://annotorious.github.io/img/splash-image-1.jpg}}
Basic with tag
Dynamic Query URLs
Do the image URLs change somehow between page load? (E.g. differences im the query string?) You can add a "data-original" attribute to the image. Annotorious will then use the value of this attribute as the identifier/src used to re-associate annotations with images.
Multiple with tag
For more information on how to setup and customise, check the examples.
License
Licensed under MIT license.