Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Added Priority to all of the boolean directives documentation #5361

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/ng/directive/booleanAttrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
* This complementary directive is not removed by the browser and so provides
* a permanent reliable place to store the binding information.
*
@priority 100
* @example
<doc:example>
<doc:source>
Expand Down Expand Up @@ -205,6 +206,7 @@
</doc:example>
*
* @element INPUT
* @priority 100
* @param {expression} ngChecked If the {@link guide/expression expression} is truthy,
* then special attribute "checked" will be set on the element
*/
Expand All @@ -224,6 +226,7 @@
* This complementary directive is not removed by the browser and so provides
* a permanent reliable place to store the binding information.

@priority 100
* @example
<doc:example>
<doc:source>
Expand Down Expand Up @@ -258,6 +261,8 @@
* The `ngSelected` directive solves this problem for the `selected` atttribute.
* This complementary directive is not removed by the browser and so provides
* a permanent reliable place to store the binding information.
*
@priority 100
* @example
<doc:example>
<doc:source>
Expand Down Expand Up @@ -295,7 +300,7 @@
* This complementary directive is not removed by the browser and so provides
* a permanent reliable place to store the binding information.

*
@priority 100
* @example
<doc:example>
<doc:source>
Expand Down