Merge branch 'testacular' of mjesec.ffzg.hr:/git/angular-drzb into testacular
[angular-drzb] / app / index-async.html
index bd85886..5a042ca 100644 (file)
@@ -1,5 +1,5 @@
 <!doctype html>
-<html xmlns:ng="http://angularjs.org/">
+<html lang="en">
 <head>
   <meta charset="utf-8">
   <style>
@@ -41,7 +41,7 @@
     });
   </script>
   <title>My AngularJS App</title>
-  <link rel="stylesheet" href="css/app.css"/>
+  <link rel="stylesheet" href="css/app.css">
 </head>
 <body>
   <ul class="menu">
     <li><a href="#/view2">view2</a></li>
   </ul>
 
-  <ng-view></ng-view>
+  <div ng-view></div>
 
   <div>Angular seed app: v<span app-version></span></div>
 
-</head>
 </body>
 </html>