File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 317
317
*
318
318
* ## A note about browser compatibility
319
319
*
320
- * Edge, Firefox, and Internet Explorer do not support the `details` element, it is
320
+ * Internet Explorer and Edge do not support the `details` element, it is
321
321
* recommended to use {@link ng.ngShow} and {@link ng.ngHide} instead.
322
322
*
323
323
* @example
324
324
<example name="ng-open">
325
325
<file name="index.html">
326
- <label>Check me check multiple : <input type="checkbox" ng-model="open"></label><br/>
326
+ <label>Toggle details : <input type="checkbox" ng-model="open"></label><br/>
327
327
<details id="details" ng-open="open">
328
- <summary>Show/Hide me</summary>
328
+ <summary>List</summary>
329
+ <ul>
330
+ <li>Apple</li>
331
+ <li>Orange</li>
332
+ <li>Durian</li>
333
+ </ul>
329
334
</details>
330
335
</file>
331
336
<file name="protractor.js" type="protractor">
You can’t perform that action at this time.
0 commit comments