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