angular-picasso

0.1.2 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    2
  • 0.1.0
    0

Package Sidebar

Install

npm i angular-picasso

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • hpedrorodrigues