Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8b54524

Browse files
thorn0btford
authored andcommitted
docs($compile): fix a broken link
1 parent 66bb5aa commit 8b54524

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/compile.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@
414414
* It is safe to do DOM transformation in the post-linking function on elements that are not waiting
415415
* for their async templates to be resolved.
416416
*
417-
* <a name="Attributes"></a>
418417
* ### Attributes
419418
*
420419
* The {@link ng.$compile.directive.Attributes Attributes} object - passed as a parameter in the
@@ -924,7 +923,7 @@ function $CompileProvider($provide, $$sanitizeUriProvider) {
924923
* @param {string} key Normalized key. (ie ngAttribute) .
925924
* @param {function(interpolatedValue)} fn Function that will be called whenever
926925
the interpolated value of the attribute changes.
927-
* See the {@link guide/directive#Attributes Directives} guide for more info.
926+
* See {@link ng.$compile#attributes $compile} for more info.
928927
* @returns {function()} Returns a deregistration function for this observer.
929928
*/
930929
$observe: function(key, fn) {

0 commit comments

Comments
 (0)