aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngInclude.js
diff options
context:
space:
mode:
authorIgor Minar2013-10-14 09:53:32 -0700
committerIgor Minar2013-10-14 09:53:32 -0700
commit08cdd77c28e95cb2d01d568f31873124c97ec33a (patch)
tree31f4c5ac802becdab719f0cd70d6cafc3c2f1f1b /src/ng/directive/ngInclude.js
parent7566215f479980be79f18b58c6c14c57dd8736b5 (diff)
downloadangular.js-08cdd77c28e95cb2d01d568f31873124c97ec33a.tar.bz2
docs: add missing priority documentation for structural directives
Diffstat (limited to 'src/ng/directive/ngInclude.js')
-rw-r--r--src/ng/directive/ngInclude.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ng/directive/ngInclude.js b/src/ng/directive/ngInclude.js
index b2ebeda9..2d164923 100644
--- a/src/ng/directive/ngInclude.js
+++ b/src/ng/directive/ngInclude.js
@@ -29,6 +29,7 @@
* The enter and leave animation occur concurrently.
*
* @scope
+ * @priority 400
*
* @param {string} ngInclude|src angular expression evaluating to URL. If the source is a string constant,
* make sure you wrap it in quotes, e.g. `src="'myPartialTemplate.html'"`.