Skip to content

Commit

Permalink
Merge pull request #590 from callmehiphop/gh-pages
Browse files Browse the repository at this point in the history
Tweaked Montage lab to show the Learn sidebar.
  • Loading branch information
stephenplusplus committed Jun 4, 2013
2 parents f15ab3f + 513ef4d commit cc132b8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions labs/architecture-examples/montage/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html lang="en" id="montage-todomvc">
<html lang="en" data-framework="montage" id="montage-todomvc">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
Expand All @@ -8,6 +8,7 @@
<link rel="stylesheet" href="assets/app.css">
</head>
<body>
<div id="todo-container"></div>
<script src="bower_components/todomvc-common/base.js"></script>
<script src="bundle-0-d67ccde.js"
data-montage="packages/montage@4763f06/"
Expand All @@ -16,7 +17,12 @@
<script type="text/montage-serialization">
{
"owner": {
"prototype": "montage/ui/loader.reel"
"prototype": "montage/ui/loader.reel",
"properties": {
"element": {
"#": "todo-container"
}
}
}
}
</script>
Expand Down

0 comments on commit cc132b8

Please sign in to comment.