notes.html 162 B

12345678910
  1. ...
  2. <div class="note-wrapper">
  3. <a class="card-notes" ng-repeat="note in notes"
  4. ng-href="#/notes/{{ node.id }}">
  5. <nw-card></nw-card>
  6. </a>
  7. </div>
  8. ...