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

Fix problems with library importing, more info in README #182

Closed maciejsikora closed 6 years ago

maciejsikora commented 7 years ago

I removed css require in index because it was causing problems and unexpected error was showing. After remove I can use it with babel and browserify. Next thing is README, I added info about npm, import and example callback.