mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs: add missing priority documentation for structural directives
This commit is contained in:
parent
7566215f47
commit
08cdd77c28
4 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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'"`.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue