From 2ae55a760f9aec810176760f059133a0a52d5d72 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Mon, 28 Mar 2016 16:20:50 +0100 Subject: [PATCH] Fix Angular bootstrap --- web/public/src/app.js | 2 ++ web/views/index.ejs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/public/src/app.js b/web/public/src/app.js index 8f26c60..4741c2b 100644 --- a/web/public/src/app.js +++ b/web/public/src/app.js @@ -126,3 +126,5 @@ app.run(['$location', '$rootScope', ($location, $rootScope) => { } }); }]); + +angular.bootstrap(document, ['hostr']); diff --git a/web/views/index.ejs b/web/views/index.ejs index fab9bd4..2355095 100644 --- a/web/views/index.ejs +++ b/web/views/index.ejs @@ -1,5 +1,5 @@ - +