|
4 | 4 | * @ngdoc directive
|
5 | 5 | * @name ng.directive:ngHref
|
6 | 6 | * @restrict A
|
| 7 | + * @priority 99 |
7 | 8 | *
|
8 | 9 | * @description
|
9 | 10 | * Using Angular markup like `{{hash}}` in an href attribute will
|
|
87 | 88 | * @ngdoc directive
|
88 | 89 | * @name ng.directive:ngSrc
|
89 | 90 | * @restrict A
|
| 91 | + * @priority 99 |
90 | 92 | *
|
91 | 93 | * @description
|
92 | 94 | * Using Angular markup like `{{hash}}` in a `src` attribute doesn't
|
|
112 | 114 | * @ngdoc directive
|
113 | 115 | * @name ng.directive:ngSrcset
|
114 | 116 | * @restrict A
|
| 117 | + * @priority 99 |
115 | 118 | *
|
116 | 119 | * @description
|
117 | 120 | * Using Angular markup like `{{hash}}` in a `srcset` attribute doesn't
|
|
137 | 140 | * @ngdoc directive
|
138 | 141 | * @name ng.directive:ngDisabled
|
139 | 142 | * @restrict A
|
| 143 | + * @priority 100 |
140 | 144 | *
|
141 | 145 | * @description
|
142 | 146 | *
|
|
180 | 184 | * @ngdoc directive
|
181 | 185 | * @name ng.directive:ngChecked
|
182 | 186 | * @restrict A
|
| 187 | + * @priority 100 |
183 | 188 | *
|
184 | 189 | * @description
|
185 | 190 | * The HTML specification does not require browsers to preserve the values of boolean attributes
|
|
214 | 219 | * @ngdoc directive
|
215 | 220 | * @name ng.directive:ngReadonly
|
216 | 221 | * @restrict A
|
| 222 | + * @priority 100 |
217 | 223 | *
|
218 | 224 | * @description
|
219 | 225 | * The HTML specification does not require browsers to preserve the values of boolean attributes
|
|
223 | 229 | * The `ngReadonly` directive solves this problem for the `readonly` attribute.
|
224 | 230 | * This complementary directive is not removed by the browser and so provides
|
225 | 231 | * a permanent reliable place to store the binding information.
|
226 |
| - |
227 | 232 | * @example
|
228 | 233 | <doc:example>
|
229 | 234 | <doc:source>
|
|
249 | 254 | * @ngdoc directive
|
250 | 255 | * @name ng.directive:ngSelected
|
251 | 256 | * @restrict A
|
| 257 | + * @priority 100 |
252 | 258 | *
|
253 | 259 | * @description
|
254 | 260 | * The HTML specification does not require browsers to preserve the values of boolean attributes
|
|
258 | 264 | * The `ngSelected` directive solves this problem for the `selected` atttribute.
|
259 | 265 | * This complementary directive is not removed by the browser and so provides
|
260 | 266 | * a permanent reliable place to store the binding information.
|
| 267 | + * |
261 | 268 | * @example
|
262 | 269 | <doc:example>
|
263 | 270 | <doc:source>
|
|
285 | 292 | * @ngdoc directive
|
286 | 293 | * @name ng.directive:ngOpen
|
287 | 294 | * @restrict A
|
| 295 | + * @priority 100 |
288 | 296 | *
|
289 | 297 | * @description
|
290 | 298 | * The HTML specification does not require browsers to preserve the values of boolean attributes
|
|
294 | 302 | * The `ngOpen` directive solves this problem for the `open` attribute.
|
295 | 303 | * This complementary directive is not removed by the browser and so provides
|
296 | 304 | * a permanent reliable place to store the binding information.
|
297 |
| - |
298 |
| - * |
299 | 305 | * @example
|
300 | 306 | <doc:example>
|
301 | 307 | <doc:source>
|
|
0 commit comments