Skip to content

Commit 6159ad7

Browse files
committed
Update angularjs.html
Point to the assets folder instead of the node_modules folder, because angular extension is not yet published on npm
1 parent 60e5e38 commit 6159ad7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integrate/angularjs.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
1919
<!-- Latest compiled and minified JavaScript -->
2020
<script src="../node_modules/bootstrap-table/dist/bootstrap-table.min.js"></script>
21-
<script src="../node_modules/bootstrap-table/dist/extensions/angular/bootstrap-table-angular.js"></script>
21+
<script src="../assets/bootstrap-table/dist/extensions/angular/bootstrap-table-angular.min.js"></script>
22+
2223

2324
<script src="app.js"></script>
2425
</head>

0 commit comments

Comments
 (0)