dwmkerr / angular-modal-service

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

request: make it compatible with AngularJS 1.7 #263

Closed rbatllet closed 5 years ago

rbatllet commented 5 years ago

Using bower, it shows the following alert:

├─┬ angular-modal-service#0.15.1
│ └── angular#1.7.8 incompatible with 1.5.0 - 1.6.x (1.6.11-build.5555+sha.45879a8 available, latest is 1.7.8)

It works great with AngularJS 1.7.8. Please, remove the restriction about from 1.5.0 to 1.6.x versions and include the 1.7.x.

dwmkerr commented 5 years ago

Resolved in #264, released as:

angular-modal-service@0.15.2

Thanks for the heads up!