Browse Source

minimal ui fixes

generic-ui
Mario Colque 11 years ago
parent
commit
51ba3104fd
  1. 2
      app/views/layouts/default.jade
  2. 2
      public/views/index.html

2
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

2
public/views/index.html

@ -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…
Cancel
Save