Move notification mesages to the end of the file

stable
David Barragán Merino 2015-05-29 18:50:03 +02:00
parent 2a968bddd9
commit 1701f9eccf
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,6 @@ html(lang="en")
window.prerenderReady = false;
body(tg-main)
include partials/includes/components/notification-message
div(tg-navigation-bar)
div.master(ng-view)
@ -35,6 +33,8 @@ html(lang="en")
include partials/includes/modules/loader
include partials/includes/components/notification-message
script(src="/js/libs.js?v=#{v}")
script(src="/js/templates.js?v=#{v}")
script(src="/js/app-loader.js?v=#{v}")