minimal ui fixes
This commit is contained in:
parent
2d1f3191e3
commit
51ba3104fd
@ -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
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<div class="alert alert-danger" ng:show="flashMessage">
|
||||
<div class="alert alert-danger" data-ng-show="flashMessage">
|
||||
{{flashMessage}}
|
||||
</div>
|
||||
<section data-ng-controller="IndexController" data-ng-init="index()">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user