From 3a231d4cbef0f778c34389520535f0446fd1e059 Mon Sep 17 00:00:00 2001
From: basarat
Date: Sat, 28 Sep 2013 14:10:50 +1000
Subject: docs($compile): fix param description being displayed as code block
Closes #4187
---
src/ng/compile.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'src')
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 2b70abfc..1bc059b3 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -97,10 +97,10 @@
* (a DOM element/tree) to a scope. Where:
*
* * `scope` - A {@link ng.$rootScope.Scope Scope} to bind to.
- * * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the
- * `template` and call the `cloneAttachFn` function allowing the caller to attach the
- * cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is
- * called as:
`cloneAttachFn(clonedElement, scope)` where:
+ * * `cloneAttachFn` - If `cloneAttachFn` is provided, then the link function will clone the `template`
+ * and call the `cloneAttachFn` function allowing the caller to attach the
+ * cloned elements to the DOM document at the appropriate place. The `cloneAttachFn` is
+ * called as:
`cloneAttachFn(clonedElement, scope)` where:
*
* * `clonedElement` - is a clone of the original `element` passed into the compiler.
* * `scope` - is the current scope with which the linking function is working with.
--
cgit v1.2.3