Browse Source

body lu-busy

develop
Robin Thoni 8 years ago
parent
commit
f25a3e6da9
2 changed files with 12 additions and 10 deletions
  1. 6
    5
      admin/index.html
  2. 6
    5
      camotion/index.html

+ 6
- 5
admin/index.html View File

@@ -64,11 +64,12 @@
64 64
     <!-- endbuild -->
65 65
 
66 66
 </head>
67
-<body lu-busy="body">
68
-<ng-include src="'views/navbar.html'"></ng-include>
69
-<div ui-view></div>
70
-<ng-include src="'views/footer.html'"></ng-include>
71
-
67
+<body>
68
+<div class="col-sm-12" lu-busy="body">
69
+    <ng-include src="'views/navbar.html'"></ng-include>
70
+    <div ui-view></div>
71
+    <ng-include src="'views/footer.html'"></ng-include>
72
+</div>
72 73
 </body>
73 74
 
74 75
 </html>

+ 6
- 5
camotion/index.html View File

@@ -63,11 +63,12 @@
63 63
     <!-- endbuild -->
64 64
 
65 65
 </head>
66
-<body lu-busy="body">
67
-<ng-include src="'views/navbar.html'"></ng-include>
68
-<div ui-view></div>
69
-<ng-include src="'views/footer.html'"></ng-include>
70
-
66
+<body>
67
+<div class="col-sm-12" lu-busy="body">
68
+    <ng-include src="'views/navbar.html'"></ng-include>
69
+    <div ui-view></div>
70
+    <ng-include src="'views/footer.html'"></ng-include>
71
+</div>
71 72
 </body>
72 73
 
73 74
 </html>

Loading…
Cancel
Save