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.
2 parents 4783c68 + 2232796 commit 67fc460Copy full SHA for 67fc460
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