Skip to content

Commit

Permalink
remove accidental additions
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Mar 11, 2020
1 parent c76a541 commit 3d01abc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extensions/amp-list/amp-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,6 @@ would have been retrieved from an endpoint. For example,
<amp-list src="amp-state:listExample">...</amp-list>
```

In several cases, we may need the `<amp-list>` to resize on user interaction. For example, when the `<amp-list>` contains an amp-accordion that a user may tap on, when the contents of the `<amp-list>` change size due to bound CSS classes, or when the number of items inside an `<amp-list>` changes due to a bound `[src]` attribute. The `changeToLayoutContainer` action handles this by changing the amp list to `layout="CONTAINER"` when triggering this action. See the following example:

## Attributes

### src (required)
Expand Down

0 comments on commit 3d01abc

Please sign in to comment.