minimal ui fixes

This commit is contained in:
Mario Colque 2014-01-23 16:52:50 -03:00
parent 2d1f3191e3
commit 51ba3104fd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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()">