diff test_create/test_core.js @ 2856:5591d01adf1c

Beginning page outline
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Wed, 26 Apr 2017 17:48:35 +0100
parents 6625f4ad24f4
children 80a3b693b3f6
line wrap: on
line diff
--- a/test_create/test_core.js	Wed Apr 26 17:43:52 2017 +0100
+++ b/test_create/test_core.js	Wed Apr 26 17:48:35 2017 +0100
@@ -203,3 +203,4 @@
         }
     }
 }]);
+AngularInterface.controller("page", ['$scope', '$element', '$window', function ($s, $e, $w) {}]);