From 3c4460b513ed25b32b1b1fa164e2664f1d502ee5 Mon Sep 17 00:00:00 2001 From: gdennie Date: Sun, 22 Sep 2013 11:56:25 -0400 Subject: docs(guide/$location): provide a title for section about `replace()` Closes #4104 --- docs/content/guide/dev_guide.services.$location.ngdoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc index b0178ecf..1720d473 100644 --- a/docs/content/guide/dev_guide.services.$location.ngdoc +++ b/docs/content/guide/dev_guide.services.$location.ngdoc @@ -121,6 +121,8 @@ All of the setter methods return the same `$location` object to allow chaining. change multiple segments in one go, chain setters like this:
$location.path('/newValue').search({key: value});
 
+## Replace method
+
 There is a special `replace` method which can be used to tell the $location service that the next
 time the $location service is synced with the browser, the last history record should be replaced
 instead of creating a new one. This is useful when you want to implement redirection, which would
-- 
cgit v1.2.3