From b1aa94ba795a3922f37aac4dc08a593deb7db794 Mon Sep 17 00:00:00 2001 From: Mark Jones Date: Tue, 10 Dec 2013 15:35:12 -0600 Subject: [PATCH] Added Priority to all of the boolean directives documentation --- src/ng/directive/booleanAttrs.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ng/directive/booleanAttrs.js b/src/ng/directive/booleanAttrs.js index 7db60a5dfd22..003e77f4690d 100644 --- a/src/ng/directive/booleanAttrs.js +++ b/src/ng/directive/booleanAttrs.js @@ -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 @@ -205,6 +206,7 @@ * * @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 */ @@ -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 @@ -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 @@ -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