moved autocomplete templates

This commit is contained in:
Kenneth Jao 2016-08-12 17:38:22 -04:00
parent 06ee977072
commit 4a8d06311a
2 changed files with 8 additions and 8 deletions

View File

@ -53,12 +53,4 @@
<i class="fa fa-times-circle-o" aria-hidden="true"></i>
</div>
</div>
</template>
<template name="schoollist">
{{name}}
</template>
<template name="teacherlist">
{{teacher}}
</template>

View File

@ -151,4 +151,12 @@
<span class="hour classText">{{hour}}</span>
<span class="subscribers classText">{{subscribers}}</span>
</div>
</template>
<template name="schoollist">
{{name}}
</template>
<template name="teacherlist">
{{teacher}}
</template>