Move ng-app in body section.

This commit is contained in:
Alexis Lahouze 2016-02-08 22:28:04 +01:00
parent cfd52305f7
commit dbf49dcd9f

View File

@ -16,7 +16,7 @@
--> -->
<!-- vim: set tw=80 ts=2 sw=2 sts=2: --> <!-- vim: set tw=80 ts=2 sw=2 sts=2: -->
<!DOCTYPE html> <!DOCTYPE html>
<html lang="fr" ng-app="accountant"> <html lang="fr">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
@ -38,7 +38,7 @@
</head> </head>
<!-- htmllint attr-bans="false" --> <!-- htmllint attr-bans="false" -->
<body style="padding-bottom: 50px; padding-top: 70px"> <body style="padding-bottom: 50px; padding-top: 70px" ng-app="accountant">
<!-- htmllint attr-bans="$previous" --> <!-- htmllint attr-bans="$previous" -->
<!-- Navbar --> <!-- Navbar -->
<nav class="navbar navbar-fixed-top navbar-inverse"> <nav class="navbar navbar-fixed-top navbar-inverse">