angular-ui / ui-router

The de-facto solution to flexible routing with nested views in AngularJS
http://ui-router.github.io/
MIT License
13.54k stars 3k forks source link

fix(state): $state.is will wrongly return true #3530

Closed pearcemerritt closed 7 years ago

pearcemerritt commented 7 years ago

as long as the last param matches even if the others are different.

Fixes https://github.com/angular-ui/ui-router/issues/3300

@christopherthielen

christopherthielen commented 7 years ago

Thanks!