Skip to content

Commit 2232796

Browse files
committed
chore(README): Add lodash to list of required includes
1 parent 4783c68 commit 2232796

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)