Skip to content

Commit 9ae9fb5

Browse files
stherrienaspnetAwk34
authored andcommitted
Removed unnecessary component usage
1 parent da7c11b commit 9ae9fb5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: templates/app/client/__index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
ga('send', 'pageview');
2626
</script>
2727

28-
<app>LOADING</app>
29-
<navbar></navbar>
30-
<% if (filters.ngroute) { %><router-outlet></router-outlet><% } %><% if (filters.uirouter) { %><div ui-view=""></div><% } %>
31-
<footer></footer>
28+
<app>Loading...</app>
3229
</body>
3330
</html>

0 commit comments

Comments
 (0)