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

Module Loader Support #97

Open mjhasbach opened 8 years ago

mjhasbach commented 8 years ago

It would be cool if angular-deckgrid could be imported and passed to angular.module

var angular = require('angular'),
    angularDeckgrid = require('angular-deckgrid');

angular.module('myApp', [angularDeckgrid]);

That would be a big plus for webpack / browserify users. Some examples of libraries that support that syntax:

https://github.com/angular/material https://github.com/daniel-nagy/md-data-table https://github.com/danialfarid/ng-file-upload