aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLajos Veres2014-02-27 09:26:38 +0000
committerBrian Ford2014-02-27 01:42:30 -0800
commit2586e3a2acf83f8992f810b34a720cad9972f8d8 (patch)
tree5a8cc40086cdf38ce727503451313900f50489d2
parent5020d2e8f75eb1f8ff18f190410516572cacde00 (diff)
downloadangular.js-2586e3a2acf83f8992f810b34a720cad9972f8d8.tar.bz2
docs($compile): fix typo
-rw-r--r--src/ng/compile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 13e79b24..5b625c19 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -441,7 +441,7 @@
*
* @param {string|DOMElement} element Element or HTML string to compile into a template function.
* @param {function(angular.Scope, cloneAttachFn=)} transclude function available to directives.
- * @param {number} maxPriority only apply directives lower then given priority (Only effects the
+ * @param {number} maxPriority only apply directives lower than given priority (Only effects the
* root element(s), not their children)
* @returns {function(scope, cloneAttachFn=)} a link function which is used to bind template
* (a DOM element/tree) to a scope. Where: