Commit 0a0af214 authored by Konstantin Veretennicov's avatar Konstantin Veretennicov Committed by Pascal Hartig

angularjs: do not use self-closing form of <ng-view /> tag (closes #1748) (#1749)

parent ae39b8e5
......@@ -8,7 +8,7 @@
<style>[ng-cloak] { display: none; }</style>
</head>
<body ng-app="todomvc">
<ng-view />
<ng-view></ng-view>
<script type="text/ng-template" id="todomvc-index.html">
<section id="todoapp">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment