angular-picasso
v0.1.2
Published
A simple library to make it easy to pre-load images
Downloads
7
Maintainers
Readme
Angular Picasso
A simple library to make it easy to pre-load images.
Inspired by Square with Picasso.
Installation
Manual download
See my releases page for download.
Bower
bower install angular-picasso
NPM
npm install --save angular-picasso
Load
Directly by HTML including script files.
<script src="node_modules/angular/angular.min.js"></script>
<script src="node_modules/angular-picasso/dist/angular-picasso.min.js"></script>
Add module dependency
angular.module('app', ['angular-picasso']);
Usage
<img picasso ng-src="url" loading="url" error="url" />
See index.html for more details.
Issues
For questions, bug reports, improve documentation, and feature request please search through existing issue and if you don't find and answer open a new one here. If you need support send me an email. You can also contact me for any non public concerns.
Contribution
When issuing a pull request, please exclude changes in the dist folder to avoid merge conflicts.
License
Angular Picasso is released under the MIT license. See LICENSE for details.
More
Angular Picasso is a work in progress, feel free to improve it.