From f0317c505f3a77af8043b0f20d53732234b1d724 Mon Sep 17 00:00:00 2001
From: David Cormier <david.cormier@savoirfairelinux.com>
Date: Tue, 1 Oct 2013 18:16:27 -0400
Subject: [PATCH] Declare ng-app in the body

---
 index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.html b/index.html
index 593335d..1268468 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html ng-app="weechat">
+<html>
   <head>
     <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
     <script type="text/javascript" src="js/angular.min.js"></script>
@@ -7,7 +7,7 @@
     <script type="text/javascript" src="js/protocol.js"></script>
     <script type="text/javascript" src="js/websockets.js"></script>
   </head>
-  <body>
+  <body ng-app="weechat">
     <div ng-controller="WeechatCtrl">
       <div ng-hide="connected">
         <form class="form-horizontal">