Skip to content

Commit 67fc460

Browse files
authored
Merge pull request #588 from vkrizan/patch-1
Include lodash for datatables
2 parents 4783c68 + 2232796 commit 67fc460

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ Note:
8888
8989
<!-- Angular-PatternFly -->
9090
<script src="node_modules/angular-patternfly/dist/angular-patternfly.min.js"></script>
91+
92+
<!-- Lodash -->
93+
<script src="node_modules/angular-patternfly/node_modules/lodash/lodash.min.js"></script>
9194
```
9295

9396
5. (optional) The 'patternfly.charts' module is not a dependency in the default angular 'patternfly' module.

0 commit comments

Comments
 (0)