From 08cdd77c28e95cb2d01d568f31873124c97ec33a Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 14 Oct 2013 09:53:32 -0700 Subject: docs: add missing priority documentation for structural directives --- src/ng/directive/ngInclude.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ng/directive/ngInclude.js') 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'"`. -- cgit v1.2.3