docs: add missing priority documentation for structural directives

This commit is contained in:
Igor Minar 2013-10-14 09:53:32 -07:00
parent 7566215f47
commit 08cdd77c28
4 changed files with 4 additions and 0 deletions

View file

@ -38,6 +38,7 @@
*
* @element ANY
* @scope
* @priority 600
* @param {expression} ngIf If the {@link guide/expression expression} is falsy then
* the element is removed from the DOM tree. If it is truthy a copy of the compiled
* eleent is added to the DOM tree.

View file

@ -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'"`.

View file

@ -31,6 +31,7 @@
* </ANY>
*
* @scope
* @priority 800
* @param {*} ngSwitch|on expression to match against <tt>ng-switch-when</tt>.
* @paramDescription
* On child elements add:

View file

@ -23,6 +23,7 @@ ngRouteModule.directive('ngView', ngViewFactory);
* The enter and leave animation occur concurrently.
*
* @scope
* @priority 400
* @example
<example module="ngViewExample" deps="angular-route.js" animations="true">
<file name="index.html">