renamed include folder to thtml (templated-html)
This commit is contained in:
parent
cc4952ac7c
commit
d31beb5f74
10 changed files with 9 additions and 9 deletions
|
|
@ -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}')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue