dotJEM / angular-routing

Enhanced state based routing for Angular applications!
https://dotjem.github.io/angular-routing/
MIT License
75 stars 9 forks source link

stateUpdate event #7

Closed jeme closed 11 years ago

jeme commented 11 years ago

Currently one can choose to not update when only search parameters are changed through routing. But the state service doesn't really do anything about this atm.

This means that the parameters would stay the same if one selected to listened to "routeUpdate" but got a hold of current state.

Update those parameters and broadcast a stateUpdate event.