castillo-io / angular-css

CSS on-demand for AngularJS [Looking for New Maintainers]
http://castillo-io.github.io/angular-css/#/
MIT License
470 stars 86 forks source link

Add NodeJS module that exports Angular module name #58

Closed heston closed 8 years ago

heston commented 8 years ago

This makes it easier to import this module for use in webpack and browserify:

angular.module('myModule', [
    require('angular-css')
]);