aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.services.$location.ngdoc
diff options
context:
space:
mode:
authorPeter Bacon Darwin2014-02-14 14:12:13 +0000
committerPeter Bacon Darwin2014-02-16 19:03:43 +0000
commitd85505d0194e6aa2cfe24aea51afe12a09ba73d2 (patch)
treed9357a6298962948f77af4187a43616f284ff4df /docs/content/guide/dev_guide.services.$location.ngdoc
parentdaa83f2864cbcdce9fa650bba363334824ff5859 (diff)
downloadangular.js-d85505d0194e6aa2cfe24aea51afe12a09ba73d2.tar.bz2
docs(content): fix bad links
Diffstat (limited to 'docs/content/guide/dev_guide.services.$location.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.services.$location.ngdoc7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/content/guide/dev_guide.services.$location.ngdoc b/docs/content/guide/dev_guide.services.$location.ngdoc
index 57739f9f..87d90ebd 100644
--- a/docs/content/guide/dev_guide.services.$location.ngdoc
+++ b/docs/content/guide/dev_guide.services.$location.ngdoc
@@ -635,10 +635,9 @@ then uses the information it obtains to compose hashbang URLs (such as
## Two-way binding to $location
The Angular's compiler currently does not support two-way binding for methods (see [issue](https://github.com/angular/angular.js/issues/404)). If you should require two-way binding
-to the $location object (using {@link ng.directive:input.text
-ngModel} directive on an input field), you will need to specify an extra model property
-(e.g. `locationPath`) with two watchers which push $location updates in both directions. For
-example:
+to the $location object (using {@link input[text] ngModel} directive on an input
+field), you will need to specify an extra model property (e.g. `locationPath`) with two watchers
+which push $location updates in both directions. For example:
<example>
<file name="index.html">
<div ng-controller="LocationController">