noppa / ng-hot-reload

Hot reloading for AngularJS apps.
MIT License
43 stars 8 forks source link

Drop support for UI-router state reloading #7

Closed noppa closed 6 years ago

noppa commented 6 years ago

UI-router support in this library was a hacky afterthought that only worked half the time.
UI-router supports routes that define a component as the access point. Since hot reloading already works very well with components, we might as well drop the separate logic for reloading UI-router states and urge people to use component routes instead. This will also mean that there's one less thing to worry about when fixing other stuff for this library.