You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get a route param whenever the route changes and i saw that the routeSegmentChange event it is called only when the route segment differs not when the route param has changed.
Hi,
I'm trying to get a route param whenever the route changes and i saw that the routeSegmentChange event it is called only when the route segment differs not when the route param has changed.
app.coffee
PrimarySecondaryCtrl
Also, because of the event being called only when the segment changes the filter is not working,
('id' | routeSegmentParam) == thing.id
To solve this problem i'me made this changes in the
angular-route-segment.js
:line:222
Added:
line:254
Added:
Is this wrong, it's not suppose to work like this, is there a more elegant solution for my problem?
Thank you.
The text was updated successfully, but these errors were encountered: