Guest User

Untitled

a guest
Mar 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <section class="note-list">
  2. <div repeat="const noteView of this.noteViews">
  3. <generic-highlighter is-active="noteView.viewAttributes.isSelected">
  4. <note-item note="noteView.note"></note-item>
  5. </generic-highlighter>
  6. </div>
  7. </section>
Add Comment
Please, Sign In to add comment