Skip to content

Commit

Permalink
fix(treeChanges): apply toParams to 'retained' path (ui-router#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeg0184 authored and wawyed committed Mar 3, 2018
1 parent 212bff6 commit ea47701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/path/pathFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class PathUtils {
entering = toPath.slice(keep);
to = (retainedWithToParams).concat(entering);

return { from, to, retained, exiting, entering };
return { from, to, retained: retainedWithToParams, exiting, entering };
}

/**
Expand Down

0 comments on commit ea47701

Please sign in to comment.