Skip to content

Commit

Permalink
Fixing Navbar Flickering
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Feb 12, 2014
1 parent 85c97f8 commit 322d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</head>

<body>
<header data-ng-include="'/modules/core/views/header.html'" class="navbar navbar-fixed-top navbar-inverse"></header>
<header data-ng-include="'/modules/core/views/header.html'" class="navbar navbar-fixed-top navbar-inverse ng-cloak"></header>
<section class="content">
<section class="container">
{% block content %}{% endblock %}
Expand Down

0 comments on commit 322d865

Please sign in to comment.