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
It would be cool if angular-deckgrid could be imported and passed to
angular.moduleThat 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