angulardart / angular_components

The official Material Design components for AngularDart. Used at Google in production apps.
https://pub.dev/packages/angular_components
372 stars 123 forks source link

improve OverlayService singleton error message #411

Closed camsteffen closed 5 years ago

camsteffen commented 5 years ago

This error message was subtly misleading to me in that I thought it implied that OverlayService could only be provided by overlayBindings or popupBindings in my code. I changed the wording to suggest that there are other possibilities and added more examples from this library.

TedSander commented 5 years ago

Thanks for the pull request. I'll getting this integrated and should be in a published push soon (might not be this immediate one.)