bigbluebutton-Github/labs/meteor-client/app/client/views/whiteboard/slide.html

10 lines
170 B
HTML
Executable File

<template name="slide">
{{#each getShapesForSlide}}
{{> shape}}
{{/each}}
{{updatePointerLocation pointerLocation}}
</template>
<template name="shape">
</template>