Teacher/parent

This commit is contained in:
Joe Reeve
2015-11-07 15:11:48 +00:00
parent 78b893b5f7
commit d8ffe76357
12 changed files with 75 additions and 7 deletions
+6 -2
View File
@@ -1,7 +1,11 @@
$(document).ready(function(){
Ractive.components.student = Ractive.extend({
template:'#student'
Ractive.components.parent = Ractive.extend({
template:'#parent'
});
Ractive.components.teacher = Ractive.extend({
template:'#teacher'
});