We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4783c68 commit 2232796Copy full SHA for 2232796
README.md
@@ -88,6 +88,9 @@ Note:
88
89
<!-- Angular-PatternFly -->
90
<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>
94
```
95
96
5. (optional) The 'patternfly.charts' module is not a dependency in the default angular 'patternfly' module.
0 commit comments