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