minimal ui fixes
This commit is contained in:
parent
2d1f3191e3
commit
51ba3104fd
@ -1,7 +1,7 @@
|
|||||||
doctype html
|
doctype html
|
||||||
html(lang='en', xmlns='http://www.w3.org/1999/xhtml')
|
html(lang='en', xmlns='http://www.w3.org/1999/xhtml')
|
||||||
include ../includes/head
|
include ../includes/head
|
||||||
body
|
body(data-ng-app='insight')
|
||||||
#wrap
|
#wrap
|
||||||
include ../includes/navbar
|
include ../includes/navbar
|
||||||
block content
|
block content
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<div class="alert alert-danger" ng:show="flashMessage">
|
<div class="alert alert-danger" data-ng-show="flashMessage">
|
||||||
{{flashMessage}}
|
{{flashMessage}}
|
||||||
</div>
|
</div>
|
||||||
<section data-ng-controller="IndexController" data-ng-init="index()">
|
<section data-ng-controller="IndexController" data-ng-init="index()">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user