2
0
Fork 0

renamed include folder to thtml (templated-html)

This commit is contained in:
Willem 2015-03-09 20:13:03 +01:00
parent cc4952ac7c
commit d31beb5f74
10 changed files with 9 additions and 9 deletions

View file

@ -11,11 +11,11 @@ html(lang='en',ng-app='exampleUI')
link(rel='stylesheet' href='#{cssFile}')
body
div(id='wrapper')
div(ng-include='\'/example-ui/include/layout/header\'')
div(ng-include='\'/example-ui/thtml/layout/header\'')
div(id='page-wrapper')
div(id='container-fluid')
div(ng-view)
div(ng-include='\'/example-ui/include/layout/footer\'')
div(ng-include='\'/example-ui/thtml/layout/footer\'')
each jsFile in includeJsFiles
script(src='#{jsFile}')