Git Product home page Git Product logo

angular-justified-gallery's Introduction

Angular Justified Gallery

Requirements: AngularJS 1.2+ Requirements: Jquery 1.3.2+ Requirements: Justified Gallery 3.6.0+

Usage:

  1. include the angular justified gallery as a dependency for your app.

    angular.module('myApp', ['angular-justified-gallery'])
  2. include the supplied JS and CSS file (or create your own CSS to override defaults).

    <script type='text/javascript' src='angular-justified-gallery/angular-justified-gallery.js'></script>
  3. That's it -- you're done!

via bower:

$ bower install angular-justified-gallery

@Todo:

  1. Integrate all configuration options of Justified Gallery (https://github.com/miromannino/Justified-Gallery)
  2. Integrate all configuration options of ColorBox (http://www.jacklmoore.com/colorbox/)
  3. Unit tests, 100% coverage

Configuration

The insertion of the spinner can be controlled through configuration. It's on by default, but if you'd like to turn it off, simply configure the service:

angular.module('myApp', ['angular-justified-gallery']);  
$scope.productImages = [{
    title: 'Awesome Product one',
    imageUrl: '/uploads/product/one.jpg'
}, {
    title: 'Awesome Product two',
    imageUrl: '/uploads/product/two.jpg'
}];
<justified-gallery images="productImages"></justified-gallery>    

Credits:

Credit goes to Miro Mannino for his excellent Justified-Gallery and Jack Moore for his awesome colorbox.

License:

Licensed under the MIT license

angular-justified-gallery's People

Contributors

jayeshbhalodia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

angular-justified-gallery's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.