m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

Added module export for npm #116

Closed aaronroberson closed 9 years ago

aaronroberson commented 9 years ago

Added dialogs.main to exports so that after installing via npm, the package can be required in the angular module dependency list such as:

angular.module('myApp', [require('dialogs.main')]);

This is useful for Browserify and Webpack.