File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 165
165
</doc:example>
166
166
*
167
167
* @element INPUT
168
- * @param {expression } ngDisabled Angular expression that will be evaluated.
168
+ * @param {expression } ngDisabled If the {@link guide/expression expression} is truthy,
169
+ * then special attribute "disabled" will be set on the element
169
170
*/
170
171
171
172
195
196
</doc:example>
196
197
*
197
198
* @element INPUT
198
- * @param {expression } ngChecked Angular expression that will be evaluated.
199
+ * @param {expression } ngChecked If the {@link guide/expression expression} is truthy,
200
+ * then special attribute "checked" will be set on the element
199
201
*/
200
202
201
203
225
227
</doc:example>
226
228
*
227
229
* @element INPUT
228
- * @param {string } expression Angular expression that will be evaluated.
230
+ * @param {expression } ngReadonly If the {@link guide/expression expression} is truthy,
231
+ * then special attribute "readonly" will be set on the element
229
232
*/
230
233
231
234
258
261
</doc:example>
259
262
*
260
263
* @element OPTION
261
- * @param {string } expression Angular expression that will be evaluated.
264
+ * @param {expression } ngSelected If the {@link guide/expression expression} is truthy,
265
+ * then special attribute "selected" will be set on the element
262
266
*/
263
267
264
268
/**
290
294
</doc:example>
291
295
*
292
296
* @element DETAILS
293
- * @param {string } expression Angular expression that will be evaluated.
297
+ * @param {expression } ngOpen If the {@link guide/expression expression} is truthy,
298
+ * then special attribute "open" will be set on the element
294
299
*/
295
300
296
301
var ngAttributeAliasDirectives = { } ;
You can’t perform that action at this time.
0 commit comments