Selaa lähdekoodia

Add notes header

Lily Carpenter 10 vuotta sitten
vanhempi
commit
913597d1f3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>