bigbluebutton-Github/labs/meteor-client/client/views/whiteboard/slide.html
Anton Georgiev 8706792903 cleaning up
2014-08-12 17:44:32 +00:00

10 lines
170 B
HTML
Executable File

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