added teacher/parent page

This commit is contained in:
Joe Reeve
2015-11-07 13:40:08 +00:00
parent bb8afbdc23
commit 1765a42699
8 changed files with 90 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
$(document).ready(function(){
@@include('components.js')
$.getJSON('/sample', function(res){
var ractive = new Ractive.components.home({
el:'#load',
data:res
});
});
//Code below here
});