dwmkerr / angular-modal-service

Modal service for AngularJS - supports creating popups and modals via a service.
MIT License
626 stars 321 forks source link

Added export module.name #239

Closed nakamurabh closed 6 years ago

nakamurabh commented 6 years ago

Exporting module name to be able to use like other angular modules (ex: angular-messages, ng-redux)

import ngModalService from 'angular-modal-service';

angular.module('app', [
   ngModalService
]);
dwmkerr commented 6 years ago

THanks!