Move notification mesages to the end of the file
parent
2a968bddd9
commit
1701f9eccf
|
@ -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}")
|
||||
|
|
Loading…
Reference in New Issue