* Changes to `$location` during the current `$digest` will replace the current * history record, instead of adding a new one.
()
| 725 | * history record, instead of adding a new one. |
| 726 | */ |
| 727 | replace(): this { |
| 728 | this.$$replace = true; |
| 729 | return this; |
| 730 | } |
| 731 | |
| 732 | /** |
| 733 | * Retrieves the history state object when called without any parameter. |
no outgoing calls