This repository was archived by the owner on Apr 12, 2024. It is now read-only.
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 140
140
</doc:example>
141
141
*
142
142
* @element INPUT
143
- * @param {expression } ngDisabled Angular expression that will be evaluated.
143
+ * @param {expression } ngDisabled If the {@link guide/expression expression} is truthy,
144
+ * then special attribute "disabled" will be set on the element.
144
145
*/
145
146
146
147
170
171
</doc:example>
171
172
*
172
173
* @element INPUT
173
- * @param {expression } ngChecked Angular expression that will be evaluated.
174
+ * @param {expression } ngChecked If the {@link guide/expression expression} is truthy,
175
+ * then special attribute "checked" will be set on the element.
174
176
*/
175
177
176
178
206
208
</doc:example>
207
209
*
208
210
* @element SELECT
209
- * @param {expression } ngMultiple Angular expression that will be evaluated.
211
+ * @param {expression } ngMultiple If the {@link guide/expression expression} is truthy,
212
+ * then special attribute "multiple" will be set on the element.
210
213
*/
211
214
212
215
236
239
</doc:example>
237
240
*
238
241
* @element INPUT
239
- * @param {string } expression Angular expression that will be evaluated.
242
+ * @param {string } expression If the {@link guide/expression expression} is truthy,
243
+ * then special attribute "readonly" will be set on the element.
240
244
*/
241
245
242
246
269
273
</doc:example>
270
274
*
271
275
* @element OPTION
272
- * @param {string } expression Angular expression that will be evaluated.
276
+ * @param {string } expression If the {@link guide/expression expression} is truthy,
277
+ * then special attribute "selected" will be set on the element.
273
278
*/
274
279
275
280
You can’t perform that action at this time.
0 commit comments