Merge pull request #138 from colkito/fix/minimal-ui-improvements

minimal ui fixes
This commit is contained in:
Gustavo Maximiliano Cortez 2014-01-23 11:57:57 -08:00
commit 6f24c0380f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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