File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments