Skip to content

Instantly share code, notes, and snippets.

@aadsm
Created November 12, 2013 23:15
Show Gist options
  • Select an option

  • Save aadsm/7440583 to your computer and use it in GitHub Desktop.

Select an option

Save aadsm/7440583 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script type="text/montage-serialization">{
":iteration": {
"alias": "@repetition:iteration"
},
"owner": {
"prototype": "ui/list.reel",
"properties": {
"element": {"#": "list"}
}
},
"repetition": {
"prototype": "montage/ui/repetition.reel",
"properties": {
"element": {"#": "repetition"}
}
},
"scroller": {
"prototype": "ui/scroller.reel",
"properties": {
"element": {"#": "scroller"}
}
}
}</script>
</head>
<body>
<div data-montage-id="list">
<div data-montage-id="scroller"">
<div data-montage-id="repetition">
<div data-param="*"></div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment