diff --git a/app/views/layouts/default.jade b/app/views/layouts/default.jade index 64e2713b..5b338543 100755 --- a/app/views/layouts/default.jade +++ b/app/views/layouts/default.jade @@ -1,7 +1,7 @@ doctype html html(lang='en', xmlns='http://www.w3.org/1999/xhtml') include ../includes/head - body + body(data-ng-app='insight') #wrap include ../includes/navbar block content diff --git a/public/views/index.html b/public/views/index.html index 0a9dca80..b9cf71dc 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -1,4 +1,4 @@ -
+
{{flashMessage}}