浏览代码

Add notes header

Lily Carpenter 10 年之前
父节点
当前提交
913597d1f3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      www/index.html

+ 1 - 0
www/index.html

@@ -1,6 +1,7 @@
1 1
 <html ng-app="bootcampApp">
2 2
   <body>
3 3
     <div ng-controller="NoteCtrl">
4
+      <h1>Notes</h1>
4 5
       <div class="note" ng-repeat="note in notes">
5 6
         <h4>{{note.title}}</h4>
6 7
         <p>{{note.body}}</p>