diff --git a/html/main.html b/html/main.html
index 9a35d940..c3c4b550 100644
--- a/html/main.html
+++ b/html/main.html
@@ -3,7 +3,7 @@
<%template "head" .%>
-
+
diff --git a/static/js/app.js b/static/js/app.js
index 3ac69912..490a199f 100644
--- a/static/js/app.js
+++ b/static/js/app.js
@@ -168,6 +168,13 @@ define([
});
+ app.directive("spreedWebrtc", [function() {
+ return {
+ restrict: "A",
+ controller: "MediastreamController"
+ }
+ }]);
+
return app;
};