Skip to content

Commit

Permalink
Tweaks to allow the Learn side bar to not be destroyed
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop committed Jun 4, 2013
1 parent 00dcae1 commit 513ef4d
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 513ef4d

Please sign in to comment.