akoenig / angular-deckgrid

A lightweight masonry-like grid for AngularJS.
http://akoenig.github.io/angular-deckgrid
MIT License
1.1k stars 191 forks source link

Added webpack / browserify support #107

Closed SuperPaintman closed 2 years ago

SuperPaintman commented 8 years ago

Hi! I added support for webpack

const angular = require('angular');
const deckgrid = require('angular-deckgrid');

angular.module('App', [
  deckgrid // <- exports string with module name
])