-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_layout-angular.jade
More file actions
24 lines (23 loc) · 1.05 KB
/
_layout-angular.jade
File metadata and controls
24 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
doctype html
html
!= partial("/_partials/_head")
body(ng-app="cfmIssuesApp")
section(class='')
!= partial("/_partials/_nav-main")
!= partial("/_partials/_header")
article(class='content-wrapper', role='main')
!= yield
!= partial("/_partials/_footer")
script(src='https://ajax.googleapis.com/ajax/libs/angularjs/1.2.16/angular.min.js')
script(src='js/app.js')
script(src='js/services/cfaApi.js')
script(src='js/controllers/projectsCtrl.js')
script(src='js/controllers/issuesCtrl.js')
script(src='https://code.angularjs.org/1.2.16/angular-animate.min.js')
script(src='node_modules/angular-utils-pagination/dirPagination.js')
script(src='node_modules/angular-loading-bar/build/loading-bar.min.js')
script(src='js/vendor/jquery.js')
script(src='js/vendor/modernizr.js')
script(src='js/foundation/foundation.js')
script(src='js/foundation/foundation.topbar.js')
script $(document).foundation();