Skip to content

Commit d1cf8bf

Browse files
author
ykohata
committed
Fixed an issue that Footable scripts are not loaded properly
1 parent fc67863 commit d1cf8bf

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bower.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@
2727
"appirio-tech-ng-login-reg": "0.x.x",
2828
"appirio-tech-ng-api-services": "0.x.x"
2929
},
30+
"overrides": {
31+
"footable": {
32+
"main": [
33+
"dist/footable.all.min.js",
34+
"css/footable.core.css",
35+
"css/fonts/footable.eot",
36+
"css/fonts/footable.svg",
37+
"css/fonts/footable.ttf",
38+
"css/fonts/footable.woff"
39+
]
40+
}
41+
},
3042
"devDependencies": {
3143
"angular-mocks": "~1.4.4"
3244
},

src/app/users/users.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
44
-->
55

6+
<!--
67
<script src="../bower_components/bootstrap/js/modal.js"></script>
78
<script src="../bower_components/footable/js/footable.filter.js"></script>
89
<script src="../bower_components/footable/js/footable.paginate.js"></script>
910
<script src="../bower_components/footable/js/footable.sort.js"></script>
11+
-->
1012

1113
<div class="row wrapper border-bottom white-bg page-heading">
1214
<div class="col-lg-10">

0 commit comments

Comments
 (0)